Skip to main content
PATCH
Update List
Updates the name of an existing non-root list belonging to the authenticated user.

Path Parameters

string
required
The ID of the list to update

Body Parameters

object
required

Response

string
Unique list identifier
string
Project identifier
string
ID of the user who owns the list
string
Updated name of the list
string
ID of the parent list
array
Array of entity IDs saved in this list
array
Array of nested sub-lists
string
Creation timestamp in ISO 8601 format
string
Last update timestamp in ISO 8601 format

Error Responses


Notes

  • Only sub-lists (lists with a parentId) can be renamed via this endpoint.
  • The response includes the updated and populated list.