Skip to content

Commit

Permalink
Added isAnonymous under topic in posts schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakaabi committed Oct 14, 2024
1 parent 499bdc4 commit a82930e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/openapi/components/schemas/PostObject.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,16 @@ PostObject:
type: array
items:
$ref: ../../components/schemas/TagObject.yaml#/TagObject
isAnonymous:
type: boolean
description: Indicates if the user is anonymous
required:
- uid
- tid
- cid
- title
- slug
- isAnonymous
category:
type: object
properties:
Expand Down

0 comments on commit a82930e

Please sign in to comment.