mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 03:26:04 +01:00
fix(openapi): tests for #8412
This commit is contained in:
@@ -4751,6 +4751,7 @@ paths:
|
|||||||
title:
|
title:
|
||||||
type: string
|
type: string
|
||||||
- $ref: components/schemas/Pagination.yaml#/Pagination
|
- $ref: components/schemas/Pagination.yaml#/Pagination
|
||||||
|
- $ref: components/schemas/Breadcrumbs.yaml#/Breadcrumbs
|
||||||
- $ref: components/schemas/CommonProps.yaml#/CommonProps
|
- $ref: components/schemas/CommonProps.yaml#/CommonProps
|
||||||
"/api/flags/{flagId}":
|
"/api/flags/{flagId}":
|
||||||
get:
|
get:
|
||||||
@@ -4963,6 +4964,7 @@ paths:
|
|||||||
additionalProperties:
|
additionalProperties:
|
||||||
description: "A list of global and admin privileges, and whether the calling user has (or has inherited) them"
|
description: "A list of global and admin privileges, and whether the calling user has (or has inherited) them"
|
||||||
type: boolean
|
type: boolean
|
||||||
|
- $ref: components/schemas/Breadcrumbs.yaml#/Breadcrumbs
|
||||||
- $ref: components/schemas/CommonProps.yaml#/CommonProps
|
- $ref: components/schemas/CommonProps.yaml#/CommonProps
|
||||||
/api/post-queue:
|
/api/post-queue:
|
||||||
get:
|
get:
|
||||||
@@ -5114,6 +5116,7 @@ paths:
|
|||||||
type: string
|
type: string
|
||||||
- $ref: components/schemas/CategoryObject.yaml#/CategoryObject
|
- $ref: components/schemas/CategoryObject.yaml#/CategoryObject
|
||||||
- $ref: components/schemas/Pagination.yaml#/Pagination
|
- $ref: components/schemas/Pagination.yaml#/Pagination
|
||||||
|
- $ref: components/schemas/Breadcrumbs.yaml#/Breadcrumbs
|
||||||
- $ref: components/schemas/CommonProps.yaml#/CommonProps
|
- $ref: components/schemas/CommonProps.yaml#/CommonProps
|
||||||
/api/ip-blacklist:
|
/api/ip-blacklist:
|
||||||
get:
|
get:
|
||||||
|
|||||||
Reference in New Issue
Block a user