Braintest
OPTIONS/v1/dataset/{dataset_id}/feedback

Enable CORS for dataset feedback

Enables cross-origin resource sharing for feedback operations on a dataset. Supply the dataset's UUID in dataset_id so the API can apply the request to the correct dataset.

1 parameter
dataset_idstringrequired
The UUID of the dataset for which to enable cross-origin resource sharing.

2 status codes
200Returns the CORS response without a response body.
400Returned when `dataset_id` is missing or the request is otherwise unacceptable.

Error handling

A 400 is returned when dataset_id is missing or the request is unacceptable. dataset_id must be a valid UUID identifying the dataset for which you are enabling CORS.