Set UI configuration
POST/api/admin/ui-config
Sets the UI configuration for this Unleash instance.
Request
- application/json
Body
required
setUiConfigSchema
frontendSettings
object
Settings related to the front-end API.
frontendApiOrigins string[]required
The list of origins that the front-end API should accept requests from.
Example:
["*"]
Responses
- 200
This response has no body.
Loading...