Update Notification Config
PUT/api/v1/admin/slack-config
Update notification configuration.
Validates webhook URL format against the target provider's pattern. Pass null/omit fields to keep current values, or empty string to clear webhook URL.
Provider switching rules:
- If provider changes and webhook_url is not provided, the existing webhook_url is cleared
- webhook_url must match the pattern for the target provider
Request
Responses
- 200
- 400
- 500
OK
Bad Request
Internal Server Error