From ddd032483280b5d5f20003000df19eef8227de54 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Wed, 22 Mar 2023 10:40:25 -0400 Subject: [PATCH] docs: fix openapi spec for new property in post queue route --- public/openapi/read/post-queue.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/openapi/read/post-queue.yaml b/public/openapi/read/post-queue.yaml index 35bace62d0..0ecb95500c 100644 --- a/public/openapi/read/post-queue.yaml +++ b/public/openapi/read/post-queue.yaml @@ -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 \ No newline at end of file