Skip to main content
POST
/
api
/
spaces
/
{spaceId}
/
drive
/
fs
/
restore
cURL
curl --request POST \
  --url https://api.kazzle.app/api/spaces/{spaceId}/drive/fs/restore \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "containerId": "<string>",
  "path": "<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
path
string
required
Minimum string length: 1