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

Enable subscriber

Enables a subscriber.

post

Enables the subscriber, allowing notifications to be sent to configured recipients.

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.

post/public/v1/notifications/subscribers/{id}/enable

Last updated

Was this helpful?