Skip to main content
PATCH
/
api
/
v1
/
notification-settings
Update Notification Settings Route
curl --request PATCH \
  --url https://api.example.com/api/v1/notification-settings \
  --header 'Content-Type: application/json' \
  --data '
{
  "slack_webhook_url": "<string>",
  "email_recipients": [
    "<string>"
  ]
}
'
{
  "org_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "slack_webhook_url": "<string>",
  "email_recipients": [
    "<string>"
  ],
  "updated_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.xenovia.io/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Authorization
string | null

Body

application/json
slack_webhook_url
string | null
email_recipients
string[] | null

Response

Successful Response

org_id
string<uuid>
required
slack_webhook_url
string | null
required
email_recipients
string[]
required
updated_at
string<date-time>
required