Skip to main content
POST
/
api
/
spaces
/
{spaceId}
/
drive
/
fs
/
move
cURL
curl --request POST \
  --url https://api.kazzle.app/api/spaces/{spaceId}/drive/fs/move \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "containerId": "<string>",
  "items": [
    {
      "oldPath": "<string>",
      "newPath": "<string>"
    }
  ]
}
'

Authorizations

Authorization
string
header
required

Better Auth JWT token

Path Parameters

spaceId
string
required

Body

application/json
containerId
string
required
Minimum string length: 1
items
object[]
required
Minimum array length: 1