fix(openapi): api change for #8387

v1.18.x
Julian Lam 5 years ago
parent e97a2b71fe
commit 6a96944247

@ -4800,13 +4800,6 @@ paths:
assignee: assignee:
type: number type: number
nullable: true nullable: true
filters:
type: object
properties:
page:
type: number
perPage:
type: number
history: history:
type: array type: array
items: items:
@ -4957,6 +4950,19 @@ paths:
type: object type: object
additionalProperties: additionalProperties:
type: string type: string
filters:
type: object
properties:
page:
type: number
perPage:
type: number
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/CommonProps.yaml#/CommonProps - $ref: components/schemas/CommonProps.yaml#/CommonProps
/api/post-queue: /api/post-queue:
get: get:

Loading…
Cancel
Save