User Organization Notification Methods Partial Update 2

PATCH handler with superadmin lock and field protection.

Checks:

  1. Object lock (is_managed=True -> non-superadmins can’t modify)
  2. Field protection (non-superadmins can’t modify specific fields)

Authentication

AuthorizationBearer
JWT access token or Respan API key

Path parameters

idstringRequired

Request

This endpoint expects an object.
notification_configobjectOptional
projectstring or nullOptional>=1 character
notification_typeenumOptional
  • email - Email
  • slack - Slack
  • microsoft_teams - Microsoft Teams
  • pagerduty - Pagerduty
  • webhook - Webhook
  • sms - Sms
  • custom - Custom
  • none - None
updated_byinteger or nullOptional

Response

idstringRead-only
notification_configobject
unique_organization_idstringRead-only
updated_atdatetimeRead-only
created_atdatetimeRead-only
organizationintegerRead-only
projectstring or null
notification_typeenum
  • email - Email
  • slack - Slack
  • microsoft_teams - Microsoft Teams
  • pagerduty - Pagerduty
  • webhook - Webhook
  • sms - Sms
  • custom - Custom
  • none - None
updated_byinteger or null