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