Admin UI
Sets allowed CORS origins
Sets Cross-Origin Resource Sharing headers for Frontend SDK API.
post/api/admin/ui-config/cors
Request body
Example request
{
"frontendApiOrigins": [
"*"
]
}Response
This response has no body.
Changes
No recorded changes to this endpoint across all 7 revisions of this API.