OPTIONS
/v1/project_logs/{project_id}/fetchEnable CORS for fetching project logs
Enables CORS for fetching project logs associated with a project. Supply the project identifier in the path as a UUID so the preflight request targets the intended project logs resource.
project_idstringrequired
The UUID of the project whose project logs fetch route is being accessed.
200Returns the CORS response for the project logs fetch 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 resource.