Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
targetId
string
required
Required string length: 1 - 128
leaseId
string
required
Required string length: 1 - 128
durationMinutes
integer
required
Required range: 1 <= x <= 120

Response

200 - application/json

Extended pause lease

id
string
required
targetId
string
required
storage
enum<string>
required
Available options:
default,
byodb
connectionId
string | null
required
scopeType
enum<string>
required
Available options:
space,
base,
table
scopeId
string
required
scopeName
string | null
required
baseId
string | null
required
baseName
string | null
required
spaceId
string | null
required
spaceName
string | null
required
pausedAt
string
required
pausedBy
string | null
required
resumeAt
string | null
required
reason
string | null
required
writePolicy
enum<string>
required
Available options:
allow_bounded,
block
updatedAt
string
required
updatedBy
string | null
required
Last modified on September 15, 2026