Skip to content
Quadrollopo edited this page Oct 6, 2021 · 1 revision

Moving an item

Request:

PUT /v2/items/{id}/parent

The body of the request must be a string that is the name of the new location

Body example:

ArmadioL

Losing an item

Request:

DELETE /v2/items/{id}/parent

In case you lost an item and don't know where is it.

Clone this wiki locally