Update List
Lists
Update List
Update List metadata by id.
PATCH
Update List
CLI:
Overview
Updates List metadata. Passid in the JSON body with any of name, description, or leadType.
The protected default all List cannot be renamed or converted, and changing leadType is rejected when existing Leads in the List would violate the requested type.
Use
PATCH /api/lists with id in the JSON body. The previous path PATCH /api/lists/{id} has been removed.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
List updated.
The updated List.