Update notification settings
PUT/api/settings/notifications
Validate and save notification settings.
Performs partial update: only fields present in the request body are changed. If timezone is empty on the first write, the server's IANA timezone is detected and persisted.
The notification engine never reads the operating system timezone at evaluation time - it always reads the persisted value.
Selecting a node for the Alert Node channel here IS the designation: the
save marks that node as the alert receiver, clears the mark from any node
previously designated, and returns alert_node_deploy_notice when a
restart is needed. A node that is not transform_custom, or that does
not live at the selected project and workflow, is rejected with 422
before anything is written.
Request
Responses
- 200
- 422
- 500
Successful Response
Settings validation failed
Failed to save settings