Skip to main content
PATCH
Update an unsubscribe group

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Resource UUID. Malformed UUIDs are treated as not-found (not 400).

Body

application/json

Partial update; account_id/id are immutable.

name
string
Required string length: 1 - 255
description
string | null

Response

The updated group.

data
object
required