Links

Projects API

post
https://v3.cloras.com
/api/projects/create
Create Project
post
https://v3.cloras.com
/api/projects/update/:id
Update Project
post
https://v3.cloras.com
/workspace/:project_id/api/settings/update
Update Project Settings

Body Parameters

{
"general___timezone: "America/Juneau",
"activity_logs___activity_logs":false,
"projects_console___default_console_options":{"api_method":true,"api_request":true,"api_response":false, "api_headers": false, "api_params": false},
"projects_console___projects_console":false
}
To enable project activity logs, provide the key activity_logs___activity_logs with value true in body parameters and all the other settings can be modified in the same way.
Only Project Owner can modify the project settings. Project Administrators are not allowed to modify/update the project settings through API.