Response
Successfully moved item
The response is of type string.
curl --request POST \
--url http://127.0.0.1:9550/v2/move_item \
--header 'Content-Type: application/json' \
--data '{
"destination_path": "<string>",
"origin_path": "<string>"
}'"<string>"curl --request POST \
--url http://127.0.0.1:9550/v2/move_item \
--header 'Content-Type: application/json' \
--data '{
"destination_path": "<string>",
"origin_path": "<string>"
}'"<string>"Successfully moved item
The response is of type string.
Was this page helpful?