Suppression Groups
Update Suppression Group
Update a suppression group’s name or description using the AutoSend API.
PUT
Authorizations
Bearer authentication header of the form Bearer
<token>, where <token> is your auth token.Path Parameters
The unique identifier of the suppression group to update.
Body
Updated display name for the suppression group. Must be between 1 and 200 characters.
Updated description for the suppression group.
Whether the suppression group is active. Defaults to
true if not specified.Response
Suppression group updated successfullyExample:
trueThe updated suppression group.