Braintest
OPTIONS/v1/project

Enable CORS for projects

Enables CORS for the project collection endpoint. Use this operation when your integration needs to determine whether cross-origin requests to /v1/project are permitted.

2 status codes
200Returns an empty CORS response for the project collection endpoint.
400Returned when the CORS request is unacceptable, often because a required value is missing.

Error handling

A 400 is returned when the CORS request is unacceptable or a required value is missing. Request the /v1/project resource path exactly.