Skip to main content
POST
cURL

授权

Authorization
string
header
必填

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

请求体

application/json
targetId
string
必填
Required string length: 1 - 128
leaseId
string
必填
Required string length: 1 - 128
durationMinutes
integer
必填
必填范围: 1 <= x <= 120

响应

200 - application/json

Extended pause lease

id
string
必填
targetId
string
必填
storage
enum<string>
必填
可用选项:
default,
byodb
connectionId
string | null
必填
scopeType
enum<string>
必填
可用选项:
space,
base,
table
scopeId
string
必填
scopeName
string | null
必填
baseId
string | null
必填
baseName
string | null
必填
spaceId
string | null
必填
spaceName
string | null
必填
pausedAt
string
必填
pausedBy
string | null
必填
resumeAt
string | null
必填
reason
string | null
必填
writePolicy
enum<string>
必填
可用选项:
allow_bounded,
block
updatedAt
string
必填
updatedBy
string | null
必填
最后修改于 2026年9月15日