Skip to main content
PATCH
/
api
/
spaces
/
{spaceId}
/
databases
/
{databaseId}
/
restore
cURL
curl --request PATCH \
  --url https://api.kazzle.app/api/spaces/{spaceId}/databases/{databaseId}/restore \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Better Auth JWT token

Path Parameters

spaceId
string
required
databaseId
string
required

Response

200 - application/json

Successful response

success
boolean
required