Update a client data list by ID

Update a client data list using its ID.

Client data lists power controlled vocabularies on YunoJuno (for example departments or cost centres). The update is processed asynchronously; the response includes an async request you can poll for status.

Authentication

AuthorizationBearer

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

Path parameters

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

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.