nooks
GitHubInstall
Lists and items

Move item

MoveItem places an Item after another one, or at the top when after_item_uid is empty.

POST
/api/v1/items/{itemUid}:move

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 '{}'
{}