Braintest
OPTIONS/v1/dataset

Enable CORS for dataset requests

Enables CORS for requests to the dataset collection. Send this operation as a CORS preflight request before making a cross-origin request that requires permission. A 400 response indicates that the preflight request is unacceptable.

2 status codes
200Returns the CORS preflight response, with no response body content.
400Returned when the CORS request is unacceptable, often because a required parameter is missing.

Error handling

A 400 is returned when the CORS preflight request is unacceptable, often because a required request component is missing. Send a valid OPTIONS preflight request with the CORS headers required by your cross-origin request.