PLATINUM DOCS
ApiVolumes

POST /v1/volumes/{id}/files/move

POST
/v1/volumes/{id}/files/move

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/v1/volumes/string/files/move" \  -H "Content-Type: application/json" \  -d '{    "source_path": "string",    "destination_path": "string"  }'
{}
Empty