Skip to main content
POST
Update a contact group
Update a contact group. Authenticate with a Bearer access token unless the endpoint is the authentication token exchange.

Authorizations

Authorization
string
header
required

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

Body

application/json
id
integer
required
name
string

Response

Contact group updated.

status
integer
required

Operation result indicator.

message
string
required

Human-readable result message.