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_id
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
data_list_options
Array of options to update in the data list
Response
async_request
The asynchronous request object.
This object represents a request that has been submitted
for further background processing.