PUT
/
dispatches
/
contacts
/
lists

This endpoint allows you to edit a contact list.

Body

id
string
required

The ID of the contact list to edit.

name
string
required

The new name of the contact list.

Response

Success
object

Authorizations

Authorization
string
headerrequired

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

Body

application/json
id
string | null

Include the ID to update an existing contact list. Omit to create a new one.

name
string

The name of the contact list.

Response

200 - application/json
id
string
name
string
createdAt
string
updatedAt
string