curl --request POST \
--url http://127.0.0.1:9550/v2/move_folder \
--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_folder \
--header 'Content-Type: application/json' \
--data '{
"destination_path": "<string>",
"origin_path": "<string>"
}'
"<string>"
Successfully moved folder
The response is of type string
.
Was this page helpful?