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

pull/3826/head
Fuochi 3 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:

Loading…
Cancel
Save