Update Data List Item
Data List Items
Update Data List Item
Updates an existing data list item by its ID. You can modify the item value and sort order.
PUT
Update Data List Item
Authorizations
OAuth 2.0 bearer token obtained from POST /oauth2/token. Tokens expire after 30 minutes. Include in the Authorization header as Bearer {access_token}.
Path Parameters
integer - required - The ID of the item you want to update
Example:
1
Body
application/x-www-form-urlencoded
Example:
"updated value"