Skip to main content
PUT

Authorizations

string | header
required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

string
required
The unique identifier of the suppression group to update.

Body

string
Updated display name for the suppression group. Must be between 1 and 200 characters.
string
Updated description for the suppression group.
boolean
Whether the suppression group is active. Defaults to true if not specified.

Response

Suppression group updated successfully
boolean
Example: true
object
The updated suppression group.