Update a list
Spaces method and path for this operation:
put /s/{space_id}/api/lists
Refer to Spaces for more information.
Update a list using the list ID. The original list is replaced, and all unspecified fields are deleted.
You cannot modify the id
value.
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
.
PUT
/api/lists
curl \
--request PUT '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}'