Skip to main content
POST
/
api
/
spaces
/
{spaceId}
/
drive
/
retry-clone
/
{driveItemId}
cURL
curl --request POST \
  --url https://api.kazzle.app/api/spaces/{spaceId}/drive/retry-clone/{driveItemId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

Better Auth JWT token

Path Parameters

spaceId
string
required
driveItemId
string
required

Response

200 - application/json

Retry initiated

id
string
required