OPTIONS
/v1/dataset/{dataset_id}/fetchEnable CORS for dataset fetch
Enables cross-origin resource sharing for fetch operations on a dataset. Supply the dataset's UUID in dataset_id so the API can apply the request to the correct dataset.
dataset_idstringrequired
The UUID of the dataset for which to enable cross-origin resource sharing.
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.