Rename a Sandbox
POSThttps://routecloud.telogis.com/v1/sandboxes/{sandbox_id}/rename?name={sandbox_name}.- Authentication required.
- Response body: sandbox_renamed_response.
Rename a sandbox.
Query Parameters
name={name}- A new name to replace the current name of a sandbox.
Status Codes
200- Success.400- The desired sandbox name is invalid such as the empty string.401- Authentication required.403- The authenticated user does not have permission to perform this action.404- The sandbox_id does not exist.
sandbox_renamed_response
| Name | Type | Description |
|---|---|---|
| success | boolean | true if the sandbox was renamed successfully. |