POST
/
v2
/
move_item
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.

Body

application/json
destination_path
string
required
origin_path
string
required

Response

200
text/plain
Successfully moved item

The response is of type string.