Update a client data list by external ID

Update a client data list using its external ID. Update a client data list asynchronously using your external ID for the list. The external ID is set by you. The operation is queued and the response includes an async request you can poll for completion.

Authentication

AuthorizationBearer

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

Path parameters

external_idstringRequired

Request

This endpoint expects an object.
data_list_optionslist of objectsRequired
Array of options to update in the data list

Response

async_requestobject
The asynchronous request object. This object represents a request that has been submitted for further background processing.