Update Sandbox Data
POST
https://routecloud.telogis.com/v1/sandboxes/{sandbox_id}.- Authentication required.
- Request body: problem.
- Response body: revision_created_response.
Update the contents of a sandbox. The update sandbox call implicitly creates a new snapshot revision in the sandbox.
Query Parameters
tag={tag}
- Optional. A string identifying this revision. The server treats the tag as an opaque string, so any string can be used as the tag. The tag allows a client to later identify a revision in the revision list.
Status Codes
200
- Success.401
- Authentication required.403
- The authenticated user does not have permission to perform this action.404
- Thesandbox_id
does not exist.