OPTIONS
/v1/experiment/{experiment_id}/summarizeEnable CORS for experiment summaries
Triggers CORS negotiation for the experiment summary resource. Supply experiment_id as a UUID to identify the experiment associated with the summary route.
experiment_idstringrequired
The unique experiment identifier in UUID format.
200Returns the CORS response headers and permitted methods for the experiment summary 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.