Braintest
OPTIONS/v1/experiment/{experiment_id}

Enable CORS for an experiment

Triggers CORS negotiation for a specific experiment. Supply experiment_id as a UUID to identify the experiment whose cross-origin options you are checking.

1 parameter
experiment_idstringrequired
The unique experiment identifier in UUID format.

2 status codes
200Returns the CORS response headers and permitted methods for the experiment resource.
400Returned when `experiment_id` is missing or does not use UUID format.

Error handling

A 400 is returned when experiment_id is missing or is not a valid UUID. Provide the experiment identifier in UUID format.