v1

latestSwagger 2.0Apache 2.02026-07-174650145.6 KB
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

idinteger
project_idstring required
webhook_alert_urlstring

Example request

{
  "id": 1,
  "project_id": "project-123",
  "webhook_alert_url": "https://hooks.slack.com/services/xxx/yyy/zzz"
}

Response

Project Settings updated successfully