Skip to content

Commit

Permalink
Edited the post schema for isAnonymous5
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakaabi committed Oct 14, 2024
1 parent 929015b commit ed77387
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/openapi/components/schemas/PostObject.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ PostObject:
description: A single post in the array returned from `Posts.getPostSummaryByPids`
type: object
properties:
isAnonymous:
type: boolean
description: Indicates whether the user posted anonymously
pid:
type: number
tid:
Expand All @@ -25,9 +28,6 @@ PostObject:
timestampISO:
type: string
description: An ISO 8601 formatted date string (complementing `timestamp`)
isAnonymous:
type: boolean
description: Indicates whether the user posted anonymously
user:
type: object
properties:
Expand Down

0 comments on commit ed77387

Please sign in to comment.