Skip to main content
PATCH
Update recipient subscription

Description

Update a recipient where recipientId is the id of the recipient to be updated.

Body

where:
  • recipientsIds: Array of recipients id to be updated.
  • subscribe: Whether the recipients will be subscribed or unsubscribed.
  • userId: User id of the user making the update.

Response

No response with 204 status code.

Authorizations

Authorization
string
header
required

Access token obtained from the m2m-token endpoint.

Headers

Authorization
string
required

Body

application/json

The body is of type object.

Response

Successful response