Skip to content

Commit

Permalink
Added isAnonymous to topics schema6
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakaabi committed Oct 14, 2024
1 parent 0f9f36c commit e291c08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/openapi/components/schemas/TopicObject.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ TopicObject:
banned_until_readable:
type: string
isAnonymous:
type: string
type: boolean
description: Indicates whether the user posted anonymously
example: true
required:
- uid
- username
Expand Down

0 comments on commit e291c08

Please sign in to comment.