Update Sandbox expiry interval
POST
https://routecloud.telogis.com/v1/sandboxes/{sandbox_id}/expiry?interval={interval}.- Authentication required.
- Response body: sandbox_expire_response.
Update sandbox expiry interval. Sandbox will be deleted after this period of inactivity.
Query Parameters
interval={interval}
- New interval value. Possible values are:month
,year
,five_years
,never
.
Status Codes
200
- Success.400
- New interval value is invalid such as the empty string.401
- Authentication required.404
- Thesandbox_id
does not exist.
sandbox_renamed_response
Name | Type | Description |
---|---|---|
success | boolean | true if the interval was set successfully. |