Patch a list item
Spaces method and path for this operation:
patch /s/{space_id}/api/lists/items
Refer to Spaces for more information.
Update specific fields of an existing list item using the list item ID.
Body
Required
List item's properties
-
A string that does not contain only whitespace characters
Minimum length is
1
. -
Additional properties are allowed.
-
Determines when changes made by the request are made visible to search
Values are
true
,false
, orwait_for
. -
A string that does not contain only whitespace characters
Minimum length is
1
.
PATCH
/api/lists/items
curl \
--request PATCH 'https://localhost:5601/api/lists/items' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"_version":"string","id":"string","meta":{},"refresh":"true","value":"string"}'