Create a Sandbox
POST
https://routecloud.telogis.com/v1/sandboxes?name={sandbox_name}.- Authentication required.
- Request body: problem.
- Response body: revision_created_response.
Create a new sandbox.
The sandbox will be created with one snapshot revision consisting of the problem file data in the POST
body.
Query Parameters
name={sandbox_name}
- Required. A human friendly name for this sandbox.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.400
- The input problem was invalid, orname
was not specified.401
- Authentication required.409
- A sandbox with the requestedname
already exists for this user.