Update CORS configuration
applications
Update CORS configuration
Updates the CORS configuration for the application’s backend API. This is required when self-hosting the frontend to allow cross-origin requests.
Update CORS configuration
Authorizations
Builder authentication and authorization
A unique identifier for the API Client making a request
Path Parameters
Body
application/json
CORS (Cross-Origin Resource Sharing) configuration for the application's backend API
List of allowed origins that can make cross-origin requests to the backend API
Example:
[
"http://localhost:8080",
"https://app.example.com"
]Response
The updated CORS configuration
CORS (Cross-Origin Resource Sharing) configuration for the application's backend API
List of allowed origins that can make cross-origin requests to the backend API
Example:
[
"http://localhost:8080",
"https://app.example.com"
]