Skip to main content
POST
/
api
/
spaces
/
{spaceId}
/
drive
/
ops
/
move
cURL
curl --request POST \
  --url https://api.kazzle.app/api/spaces/{spaceId}/drive/ops/move \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "sourceContainerId": "<string>",
  "sourcePath": "<string>",
  "targetContainerId": "<string>",
  "targetPath": "<string>"
}
'

Authorizations

Authorization
string
header
required

Better Auth JWT token

Path Parameters

spaceId
string
required

Body

application/json
sourceContainerId
string
required
Minimum string length: 1
sourcePath
string
required
Minimum string length: 1
targetContainerId
string
required
Minimum string length: 1
targetPath
string
required
Minimum string length: 1