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