Skip to content

Commit

Permalink
docs: fix openapi spec for new property in post queue route
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlam committed Mar 22, 2023
1 parent 72bee50 commit ddd0324
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions public/openapi/read/post-queue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,12 @@ get:
type: number
singlePost:
type: boolean
privileges:
type: object
properties: {}
additionalProperties:
description: "A list of global and admin privileges, and whether the calling user has (or has inherited) them"
type: boolean
- $ref: ../components/schemas/Pagination.yaml#/Pagination
- $ref: ../components/schemas/Breadcrumbs.yaml#/Breadcrumbs
- $ref: ../components/schemas/CommonProps.yaml#/CommonProps

0 comments on commit ddd0324

Please sign in to comment.