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>"
Change the location of a specific item (file or folder) within the vector file system.
Successfully moved item
The response is of type string
.
Was this page helpful?
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>"
Change the location of a specific item (file or folder) within the vector file system.
Successfully moved item
The response is of type string
.
Was this page helpful?
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>"