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_id
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.