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