Merge pull request 'Update schema to better reflect the current API' (#138) from PatOConnor43/documentation:update-post-schema into main
Reviewed-on: #138
This commit is contained in:
commit
5234a39e86
1 changed files with 4 additions and 1 deletions
|
@ -85,9 +85,12 @@ paths:
|
||||||
cover_id:
|
cover_id:
|
||||||
description: The ID of the cover image.
|
description: The ID of the cover image.
|
||||||
type: integer
|
type: integer
|
||||||
|
author:
|
||||||
|
description: The username of the user who is authoring the post.
|
||||||
|
type: string
|
||||||
required:
|
required:
|
||||||
- title
|
- title
|
||||||
- description
|
- source
|
||||||
- author
|
- author
|
||||||
|
|
||||||
definitions:
|
definitions:
|
||||||
|
|
Loading…
Reference in a new issue