Update a list item
Spaces method and path for this operation:
put /s/{space_id}/api/lists/items
Refer to Spaces for more information.
Update a list item using the list item ID. The original list item is replaced, and all unspecified fields are deleted.
You cannot modify the id
value.
PUT
/api/lists/items
curl \
--request PUT 'http://localhost:5601/api/lists/items' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"_version":"string","id":"string","meta":{},"value":"string"}'