Entries
Update a list entry (overwrite multiselect values)
Use this endpoint to update list entries by entry_id
. If the update payload includes multiselect attributes, the values supplied will overwrite/remove the list of values that already exist (if any). Use the PATCH
endpoint to add multiselect attribute values without removing those value that already exist.
Required scopes: list_entry:read-write
, list_configuration:read
.
PUT
Update a list entry (overwrite multiselect values)
Authorizations
This API uses OAuth 2.0 with the authorization code grant flow.
Path Parameters
A UUID or slug of the list the list entry belongs to.
Example:
"33ebdbe9-e529-47c9-b894-0ba25e9c15c0"
A UUID of the list entry to update.
Example:
"2e6e29ea-c4e0-4f44-842d-78a891f8c156"
Body
application/json
Response
200
application/json
Success
Update a list entry (overwrite multiselect values)