fix(docs): correct openapi docs minor issues (#3648)

pull/3826/head
Fuochi 2 months ago committed by GitHub
parent 107bce2e86
commit af0bd4ca8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3170,6 +3170,12 @@ paths:
Updates a single slider and return the newly updated slider. Requires the `ADMIN` permission. Updates a single slider and return the newly updated slider. Requires the `ADMIN` permission.
tags: tags:
- settings - settings
parameters:
- in: path
name: sliderId
required: true
schema:
type: number
requestBody: requestBody:
required: true required: true
content: content:
@ -3467,7 +3473,7 @@ paths:
results: results:
type: array type: array
items: items:
$ref: '#/components/schemas/User' $ref: '#/components/schemas/User'
post: post:
summary: Create new user summary: Create new user
description: | description: |

Loading…
Cancel
Save