Extend Sandbox
Extends a sandbox expire time by its ID.
Extends a sandbox expire time by its ID.
Path Parameters
sandboxId*string
orgId*string
The organization ID
Request Body
application/json
maxLifeSeconds?number
The new max life time of the sandbox (relative to the current time) in seconds. Should not less than 30 seconds or more than 24 hours. Note that the total maximum lifetime of a sandbox should not longer than 13 days.
Default
3600Range
30 <= value <= 86400Response Body
curl -X POST "https://loading/api/orgs/string/sandboxes/string/extend" \ -H "Content-Type: application/json" \ -d '{}'Empty