Skip to main content

Resume notification subscription

PATCH

Resumes a paused notification subscription for the caller's environment.

Parameters

  • id: required string path parameter; subscription identifier

Response

  • 200 OK

On success, the subscription status is updated to active, pausedAt is cleared, statusReason is cleared, and consecutiveFailureCount is reset to 0.

Errors

  • 400: id was missing or not a valid object identifier
  • 404: subscription not found in the caller's environment

Examples

  • PATCH /v1/notifications/subscriptions/65f3b1d8e83b5d0a4af00c91/resume