Braintest
OPTIONS/v1/project_logs/{project_id}/feedback

Enable CORS for project log feedback

Enables CORS for submitting feedback on project log events. Use the project identifier in the path to target the feedback route for the intended project.

1 parameter
project_idstringrequired
The UUID of the project whose project log feedback route is being accessed.

2 status codes
200Returns the CORS response for the project log feedback route without a response body.
400Returned when the CORS request is unacceptable, often because a required parameter is missing.

Error handling

A 400 is returned when the CORS request is unacceptable, often because project_id is missing or invalid. project_id must be a valid UUID identifying the project logs feedback resource.