updateContactList

Edits the contact list.

This method supports partial updating, only those fields of the object that you specify in the request body will be changed.

Request

PATCH https://api.bytehand.com/v2/contact_lists/listId

Parameters

Path Parameters
listId

number

Required parameter. Unique ID of the contact list.

Body

An object of the type ContactListSeed is required in the request body.

Authorization

Requires authorization and access right contacts_manage.

Response

Upon successful completion of the request, an object of type Response is returned.