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

Update subscriber

Updates subscriber recipients.

put

Modifies the recipients (users and user groups) for the subscriber. Only provided fields will be modified.

Path parameters
idstringRequired

The Subscriber ID.

Body
notestring · nullableOptional
Responses
200

OK

application/json

Represents a subscription that defines which users or user groups should automatically receive notifications for a specific category.

idstringOptional
namestringOptional
revisioninteger · int32Optional
statusstring · nullableOptional

Gets or initializes the current status of the subscriber.

notestring · nullableOptional

Gets or initializes an optional note about this subscriber.

put/public/v1/notifications/subscribers/{id}

Last updated

Was this helpful?