Update notification settings
Updates the notification settings for the authenticated user in a workspace.
Path Parameters
URL-safe workspace identifier.
Body
Request payload for updating notification settings.
Request payload for updating notification settings.
Notification events to receive in-app.
Defines the type of notification event sent to a user.
This enumeration corresponds to the NOTIFICATION_EVENT PostgreSQL enum and
is used for member, connection-sync, pipeline-run, and system notifications.
The values mirror the WebhookEvent [blocked] naming for the
events the two channels share.
"member.invited"Notification events to receive via email.
Defines the type of notification event sent to a user.
This enumeration corresponds to the NOTIFICATION_EVENT PostgreSQL enum and
is used for member, connection-sync, pipeline-run, and system notifications.
The values mirror the WebhookEvent [blocked] naming for the
events the two channels share.
"member.invited"Whether to send email notifications.
Response
Response for notification settings within a workspace.
Response for notification settings within a workspace.
Notification events to receive in-app.
Defines the type of notification event sent to a user.
This enumeration corresponds to the NOTIFICATION_EVENT PostgreSQL enum and
is used for member, connection-sync, pipeline-run, and system notifications.
The values mirror the WebhookEvent [blocked] naming for the
events the two channels share.
"member.invited"Notification events to receive via email.
Defines the type of notification event sent to a user.
This enumeration corresponds to the NOTIFICATION_EVENT PostgreSQL enum and
is used for member, connection-sync, pipeline-run, and system notifications.
The values mirror the WebhookEvent [blocked] naming for the
events the two channels share.
"member.invited"Whether to send email notifications.
