From 4cae893f494d6e0b4a578ce900b48325740782a5 Mon Sep 17 00:00:00 2001 From: Julian Lam <julian@nodebb.org> Date: Tue, 16 Jun 2020 11:58:28 -0400 Subject: [PATCH] fix(openapi): tests for #8412 --- public/openapi/read.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/openapi/read.yaml b/public/openapi/read.yaml index afab3af4d3..87c4ce5bb4 100644 --- a/public/openapi/read.yaml +++ b/public/openapi/read.yaml @@ -4751,6 +4751,7 @@ paths: title: type: string - $ref: components/schemas/Pagination.yaml#/Pagination + - $ref: components/schemas/Breadcrumbs.yaml#/Breadcrumbs - $ref: components/schemas/CommonProps.yaml#/CommonProps "/api/flags/{flagId}": get: @@ -4963,6 +4964,7 @@ paths: additionalProperties: description: "A list of global and admin privileges, and whether the calling user has (or has inherited) them" type: boolean + - $ref: components/schemas/Breadcrumbs.yaml#/Breadcrumbs - $ref: components/schemas/CommonProps.yaml#/CommonProps /api/post-queue: get: @@ -5114,6 +5116,7 @@ paths: type: string - $ref: components/schemas/CategoryObject.yaml#/CategoryObject - $ref: components/schemas/Pagination.yaml#/Pagination + - $ref: components/schemas/Breadcrumbs.yaml#/Breadcrumbs - $ref: components/schemas/CommonProps.yaml#/CommonProps /api/ip-blacklist: get: