Lists and items
Move item
MoveItem places an Item after another one, or at the top when after_item_uid is empty.
Path Parameters
itemUid*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/api/v1/items/string:move" \ -H "Content-Type: application/json" \ -d '{}'{}List lists
ListLists returns one page of the Lists the signed-in Member can reach, filtered and ordered as asked. What a page holds is the server's own promise about how much work one read is, so a caller asking for more than the ceiling gets the ceiling.
Rename list
RenameList changes a List's name. Only its owner may.