Create

Update a client data list asynchronously by public ID. This endpoint allows you to update a client data list by its public ID. The data list is updated asynchronously and the response contains the async request ID.

Path parameters

client_data_list_idstringRequiredformat: "^cldlst_c[a-z0-9]{24}$"

Headers

AuthorizationstringRequired

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

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.