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:
KitaitiMakoto 2022-12-31 16:57:36 +00:00
commit 5234a39e86

View file

@ -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: