v7

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-013764062.2 MB
Admin UI

Sets allowed CORS origins

Sets Cross-Origin Resource Sharing headers for Frontend SDK API.

post/api/admin/ui-config/cors

Request body

frontendApiOriginsstring[]

The list of origins that the front-end API should accept requests from.

Example request

{
  "frontendApiOrigins": [
    "*"
  ]
}

Response

This response has no body.