For the complete documentation index, see llms.txt. This page is also available as Markdown.

Update contact

Updates an existing contact.

put

Updates contact properties. Only provided fields will be modified.

Path parameters
idstringRequired

The Contact ID.

Body
emailstring · nullableOptional
namestring · nullableOptional
chatboolean · nullableOptional
Responses
200

OK

application/json

Represents a notification contact who can receive email notifications.

idstringOptional
revisioninteger · int32Optional
namestring · nullableOptional
blockedReasonstring · nullableOptional
emailstringOptional
statusstringOptional
chatbooleanOptional
put
/public/v1/notifications/contacts/{id}

Last updated

Was this helpful?