Project Settings
Update project settings
Create or update the settings for a project.
put/api/v1/project/{projectid}/settings
Path parameters
projectidstring required
project id (default is 123)
Request body
Example request
{
"id": 1,
"project_id": "project-123",
"webhook_alert_url": "https://hooks.slack.com/services/xxx/yyy/zzz"
}Response
Project Settings updated successfully