Update schema to better reflect the current API
This commit is contained in:
parent
f900bf3a7f
commit
a9f1a1eed5
1 changed files with 4 additions and 1 deletions
|
@ -85,9 +85,12 @@ paths:
|
|||
cover_id:
|
||||
description: The ID of the cover image.
|
||||
type: integer
|
||||
author:
|
||||
description: The username of the user who is authoring the post.
|
||||
type: string
|
||||
required:
|
||||
- title
|
||||
- description
|
||||
- source
|
||||
- author
|
||||
|
||||
definitions:
|
||||
|
|
Loading…
Reference in a new issue