Add a Revision to a Sandbox
- POSThttps://routecloud.telogis.com/v1/sandboxes/{sandbox_id}/revisions.
- Authentication required.
- Request body: revision.
- Response: revision_created_response.
Add a new revision to the sandbox.
URL Parameters
- {sandbox_id}- Add a revision to the sandbox with this id.
Query Parameters
- tag={tag}- Optional. A string that may be provided to identify the revision.
The tag={tag} query parameter can be added to the URL to create the revision with a tag.
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 revision was invalid.
- 403- The authenticated user does not have permission to perform this action.
- 404- The- sandbox_iddoes not exist.