Skip to content

Set CORS origins​

PUT
/api/settings/cors

Authorizations​

ApiKeyHeader
Type
API Key (header: X-Api-Key)

Request Body​

application/json
JSON
{
  
"origins": [
  
  
"string"
  
]
}

Responses​

Updated

application/json
JSON
{
  
"message": "string"
}

Playground​

Authorization
Body

Samples​

Powered by VitePress OpenAPI