From b22760b98172833376cdeccf15f3ad82764383b2 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sat, 18 Feb 2023 15:10:13 +1100 Subject: [PATCH] OpenAPI docs --- openapi/paths.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/openapi/paths.yaml b/openapi/paths.yaml index 747691ef9e50..ebbd22a7ed7a 100644 --- a/openapi/paths.yaml +++ b/openapi/paths.yaml @@ -2836,6 +2836,10 @@ paths: $ref: "#/components/headers/X-RateLimit-Remaining" X-RateLimit-Limit: $ref: "#/components/headers/X-RateLimit-Limit" + 401: + $ref: '#/components/responses/401' + 403: + $ref: '#/components/responses/403' 422: $ref: '#/components/responses/422' default: @@ -2873,6 +2877,10 @@ paths: application/json: schema: $ref: "#/components/schemas/Design" + 401: + $ref: '#/components/responses/401' + 403: + $ref: '#/components/responses/403' 422: $ref: '#/components/responses/422' default: