diff --git a/api.yaml b/api.yaml index 20cf874..2108278 100644 --- a/api.yaml +++ b/api.yaml @@ -168,6 +168,11 @@ paths: summary: type: string description: A short overview summary of the article + authors: + type: array + items: + $ref: '#/components/schemas/Author' + description: List of additional author who contributed to the article. The author which sends this request is automatically added as (main) author image: type: string description: Link to a preview image @@ -182,7 +187,6 @@ paths: description: The article itself, formatted as markdown security: - cookie: [] - responses: 201: description: The article was created