GET /v1/owner/{owner}/project/{project}/stack/{stack}/z/{z}/box/{x},{y},{width},{height}/tile-count
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | x | | true | number (double) | |
| PathParameter | y | | true | number (double) | |
| PathParameter | z | | true | number (double) | |
| PathParameter | width | | true | integer (int32) | |
| PathParameter | height | | true | integer (int32) | |
| HTTP Code | Description | Schema |
|---|
| 200 | successful operation | integer (int64) |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/z/{z}/box/{x},{y},{width},{height},{scale}/render-parameters
For each tile spec, nested transform lists are flattened and reference transforms are resolved. This should make the specs suitable for external use.
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | x | | true | number (double) | |
| PathParameter | y | | true | number (double) | |
| PathParameter | z | | true | number (double) | |
| PathParameter | width | | true | integer (int32) | |
| PathParameter | height | | true | integer (int32) | |
| PathParameter | scale | | true | number (double) | |
| QueryParameter | filter | | false | boolean | |
| QueryParameter | binaryMask | | false | boolean | |
| QueryParameter | convertToGray | | false | boolean | |
| HTTP Code | Description | Schema |
|---|
| 200 | successful operation | RenderParameters |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/group/{groupId}/z/{z}/box/{x},{y},{width},{height},{scale}/render-parameters
For each tile spec, nested transform lists are flattened and reference transforms are resolved. This should make the specs suitable for external use.
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | groupId | | true | string | |
| PathParameter | x | | true | number (double) | |
| PathParameter | y | | true | number (double) | |
| PathParameter | z | | true | number (double) | |
| PathParameter | width | | true | integer (int32) | |
| PathParameter | height | | true | integer (int32) | |
| PathParameter | scale | | true | number (double) | |
| QueryParameter | filter | | false | boolean | |
| QueryParameter | binaryMask | | false | boolean | |
| QueryParameter | convertToGray | | false | boolean | |
| HTTP Code | Description | Schema |
|---|
| 200 | successful operation | RenderParameters |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/group/{groupId}/z/{z}/box/{x},{y},{width},{height},{scale}/jpeg-image
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | groupId | | true | string | |
| PathParameter | x | | true | number (double) | |
| PathParameter | y | | true | number (double) | |
| PathParameter | z | | true | number (double) | |
| PathParameter | width | | true | integer (int32) | |
| PathParameter | height | | true | integer (int32) | |
| PathParameter | scale | | true | number (double) | |
| QueryParameter | filter | | false | boolean | |
| QueryParameter | binaryMask | | false | boolean | |
| QueryParameter | maxTileSpecsToRender | | false | integer (int32) | |
| HTTP Code | Description | Schema |
|---|
| default | successful operation | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/largeDataTileSource/{width}/{height}/{level}/{z}/{row}/{column}.png
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | width | | true | integer (int32) | |
| PathParameter | height | | true | integer (int32) | |
| PathParameter | level | | true | integer (int32) | |
| PathParameter | z | | true | number (double) | |
| PathParameter | row | | true | integer (int32) | |
| PathParameter | column | | true | integer (int32) | |
| QueryParameter | filter | | false | boolean | |
| QueryParameter | binaryMask | | false | boolean | |
| QueryParameter | maxTileSpecsToRender | | false | integer (int32) | |
| HTTP Code | Description | Schema |
|---|
| default | successful operation | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/largeDataTileSource/{width}/{height}/small/{z}.png
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | width | | true | integer (int32) | |
| PathParameter | height | | true | integer (int32) | |
| PathParameter | z | | true | number (double) | |
| QueryParameter | maxOverviewWidthAndHeight | | false | integer (int32) | |
| QueryParameter | filter | | false | boolean | |
| QueryParameter | binaryMask | | false | boolean | |
| QueryParameter | maxTileSpecsToRender | | false | integer (int32) | |
| HTTP Code | Description | Schema |
|---|
| default | successful operation | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/largeDataTileSource/{width}/{height}/{level}/{z}/{row}/{column}.jpg
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | width | | true | integer (int32) | |
| PathParameter | height | | true | integer (int32) | |
| PathParameter | level | | true | integer (int32) | |
| PathParameter | z | | true | number (double) | |
| PathParameter | row | | true | integer (int32) | |
| PathParameter | column | | true | integer (int32) | |
| QueryParameter | filter | | false | boolean | |
| QueryParameter | binaryMask | | false | boolean | |
| QueryParameter | maxTileSpecsToRender | | false | integer (int32) | |
| HTTP Code | Description | Schema |
|---|
| default | successful operation | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/largeDataTileSource/{width}/{height}/small/{z}.jpg
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | width | | true | integer (int32) | |
| PathParameter | height | | true | integer (int32) | |
| PathParameter | z | | true | number (double) | |
| QueryParameter | maxOverviewWidthAndHeight | | false | integer (int32) | |
| QueryParameter | filter | | false | boolean | |
| QueryParameter | binaryMask | | false | boolean | |
| QueryParameter | maxTileSpecsToRender | | false | integer (int32) | |
| HTTP Code | Description | Schema |
|---|
| default | successful operation | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/z/{z}/box/{x},{y},{width},{height},{scale}/tiff-image
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | x | | true | number (double) | |
| PathParameter | y | | true | number (double) | |
| PathParameter | z | | true | number (double) | |
| PathParameter | width | | true | integer (int32) | |
| PathParameter | height | | true | integer (int32) | |
| PathParameter | scale | | true | number (double) | |
| QueryParameter | filter | | false | boolean | |
| QueryParameter | binaryMask | | false | boolean | |
| QueryParameter | maxTileSpecsToRender | | false | integer (int32) | |
| HTTP Code | Description | Schema |
|---|
| default | successful operation | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/z/{z}/box/{x},{y},{width},{height},{scale}/png-image
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | x | | true | number (double) | |
| PathParameter | y | | true | number (double) | |
| PathParameter | z | | true | number (double) | |
| PathParameter | width | | true | integer (int32) | |
| PathParameter | height | | true | integer (int32) | |
| PathParameter | scale | | true | number (double) | |
| QueryParameter | filter | | false | boolean | |
| QueryParameter | binaryMask | | false | boolean | |
| QueryParameter | maxTileSpecsToRender | | false | integer (int32) | |
| HTTP Code | Description | Schema |
|---|
| default | successful operation | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/z/{z}/box/{x},{y},{width},{height},{scale}/jpeg-image
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | x | | true | number (double) | |
| PathParameter | y | | true | number (double) | |
| PathParameter | z | | true | number (double) | |
| PathParameter | width | | true | integer (int32) | |
| PathParameter | height | | true | integer (int32) | |
| PathParameter | scale | | true | number (double) | |
| QueryParameter | filter | | false | boolean | |
| QueryParameter | binaryMask | | false | boolean | |
| QueryParameter | maxTileSpecsToRender | | false | integer (int32) | |
| HTTP Code | Description | Schema |
|---|
| default | successful operation | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/group/{groupId}/z/{z}/box/{x},{y},{width},{height},{scale}/tiff-image
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | groupId | | true | string | |
| PathParameter | x | | true | number (double) | |
| PathParameter | y | | true | number (double) | |
| PathParameter | z | | true | number (double) | |
| PathParameter | width | | true | integer (int32) | |
| PathParameter | height | | true | integer (int32) | |
| PathParameter | scale | | true | number (double) | |
| QueryParameter | filter | | false | boolean | |
| QueryParameter | binaryMask | | false | boolean | |
| QueryParameter | maxTileSpecsToRender | | false | integer (int32) | |
| HTTP Code | Description | Schema |
|---|
| default | successful operation | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/group/{groupId}/z/{z}/box/{x},{y},{width},{height},{scale}/png-image
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | groupId | | true | string | |
| PathParameter | x | | true | number (double) | |
| PathParameter | y | | true | number (double) | |
| PathParameter | z | | true | number (double) | |
| PathParameter | width | | true | integer (int32) | |
| PathParameter | height | | true | integer (int32) | |
| PathParameter | scale | | true | number (double) | |
| QueryParameter | filter | | false | boolean | |
| QueryParameter | binaryMask | | false | boolean | |
| QueryParameter | maxTileSpecsToRender | | false | integer (int32) | |
| HTTP Code | Description | Schema |
|---|
| default | successful operation | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/tile/{tileId}/local-to-world-coordinates/{x},{y}
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | tileId | | true | string | |
| PathParameter | x | | true | number (double) | |
| PathParameter | y | | true | number (double) | |
| HTTP Code | Description | Schema |
|---|
| 200 | successful operation | TileCoordinates |
| 404 | tile not found | No Content |
PUT /v1/owner/{owner}/world-to-local-coordinates/{x},{y}
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | x | | true | number (double) | |
| PathParameter | y | | true | number (double) | |
| QueryParameter | meshCellSize | | false | number (double) | |
| BodyParameter | body | | false | TileSpec | |
| HTTP Code | Description | Schema |
|---|
| 200 | successful operation | number (double) array |
| 500 | coordinates not invertible | No Content |
PUT /v1/owner/{owner}/local-to-world-coordinates/{x},{y}
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | x | | true | number (double) | |
| PathParameter | y | | true | number (double) | |
| BodyParameter | body | | false | TileSpec | |
| HTTP Code | Description | Schema |
|---|
| 200 | successful operation | number (double) array |
PUT /v1/owner/{owner}/project/{project}/stack/{stack}/z/{z}/tileIdsForCoordinates
Locates all tiles that contain each specified world coordinate. An array of arrays of coordinates with tileIds are then returned.
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | z | | true | number (double) | |
| BodyParameter | body | | false | TileCoordinates array | |
| HTTP Code | Description | Schema |
|---|
| 200 | successful operation | TileCoordinates array |
| 400 | problem with specified coordinates | No Content |
PUT /v1/owner/{owner}/project/{project}/stack/{stack}/z/{z}/world-to-local-coordinates
World coordinates can map to multiple (overlapping) tiles. For each provided world coordinate, an array of local coordinates, one element per tile, is returned with the visible (last drawn) tile marked.
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | z | | true | number (double) | |
| BodyParameter | body | | false | TileCoordinates array | |
| HTTP Code | Description | Schema |
|---|
| 200 | successful operation | TileCoordinates array array |
| 400 | missing tile or coordinate data | No Content |
| 500 | coordinates not invertible | No Content |
PUT /v1/owner/{owner}/project/{project}/stack/{stack}/z/{z}/local-to-world-coordinates
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | z | | true | number (double) | |
| BodyParameter | body | | false | TileCoordinates array | |
| HTTP Code | Description | Schema |
|---|
| 200 | successful operation | TileCoordinates array |
| 400 | missing tile or coordinate data | No Content |
| 404 | tile not found | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/z/{z}/world-to-local-coordinates/{x},{y}
World coordinates can map to multiple (overlapping) tiles. An array of local coordinates, one element per tile, is returned with the visible (last drawn) tile marked.
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | x | | true | number (double) | |
| PathParameter | y | | true | number (double) | |
| PathParameter | z | | true | number (double) | |
| HTTP Code | Description | Schema |
|---|
| 200 | successful operation | TileCoordinates array |
| 500 | coordinates not invertible | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/layoutFile
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| HTTP Code | Description | Schema |
|---|
| default | successful operation | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/zRange/{minZ},{maxZ}/layoutFile
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | minZ | | true | number (double) | |
| PathParameter | maxZ | | true | number (double) | |
| HTTP Code | Description | Schema |
|---|
| default | successful operation | No Content |
GET /v1/owner/{owner}/matchCollection/{matchCollection}/group/{pGroupId}/id/{pId}/matchesWith/{qGroupId}/id/{qId}
Find all matches between two specific tiles.
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | matchCollection | | true | string | |
| PathParameter | pGroupId | | true | string | |
| PathParameter | pId | | true | string | |
| PathParameter | qGroupId | | true | string | |
| PathParameter | qId | | true | string | |
| HTTP Code | Description | Schema |
|---|
| 200 | successful operation | A canvas match is the set of all weighted point correspondences between two canvases. array |
| 404 | Match collection not found | No Content |
GET /v1/owner/{owner}/matchCollection/{matchCollection}/group/{groupId}/matchesWithinGroup
Find all matches where both tiles are in the specified layer.
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | matchCollection | | true | string | |
| PathParameter | groupId | | true | string | |
| HTTP Code | Description | Schema |
|---|
| 200 | successful operation | A canvas match is the set of all weighted point correspondences between two canvases. array |
| 404 | Match collection not found | No Content |
DELETE /v1/owner/{owner}/matchCollection/{matchCollection}/group/{groupId}/matchesOutsideGroup
Delete all matches with one tile in the specified layer and another tile outside that layer.
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | matchCollection | | true | string | |
| PathParameter | groupId | | true | string | |
| HTTP Code | Description | Schema |
|---|
| 404 | Match collection not found | No Content |
GET /v1/owner/{owner}/matchCollection/{matchCollection}/group/{groupId}/matchesOutsideGroup
Find all matches with one tile in the specified layer and another tile outside that layer.
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | matchCollection | | true | string | |
| PathParameter | groupId | | true | string | |
| HTTP Code | Description | Schema |
|---|
| 200 | successful operation | A canvas match is the set of all weighted point correspondences between two canvases. array |
| 404 | Match collection not found | No Content |
GET /v1/owner/{owner}/matchCollection/{matchCollection}/group/{pGroupId}/matchesWith/{qGroupId}
Find all matches with one tile in the specified p layer and another tile in the specified q layer.
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | matchCollection | | true | string | |
| PathParameter | pGroupId | | true | string | |
| PathParameter | qGroupId | | true | string | |
| HTTP Code | Description | Schema |
|---|
| 200 | successful operation | A canvas match is the set of all weighted point correspondences between two canvases. array |
| 404 | Match collection not found | No Content |
DELETE /v1/owner/{owner}/matchCollection/{matchCollection}/matches
Use this wisely.
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | matchCollection | | true | string | |
| HTTP Code | Description | Schema |
|---|
| 404 | Match collection not found | No Content |
PUT /v1/owner/{owner}/matchCollection/{matchCollection}/matches
Inserts or updates matches for the specified collection.
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | matchCollection | | true | string | |
| BodyParameter | body | | false | A canvas match is the set of all weighted point correspondences between two canvases. array | |
| HTTP Code | Description | Schema |
|---|
| 201 | matches successfully saved | No Content |
| 400 | If no matches are provided | No Content |
PUT /v1/owner/{owner}/project/{project}/stack/{stack}/section/{sectionId}/z
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | sectionId | | true | string | |
| BodyParameter | body | | false | number | |
| HTTP Code | Description | Schema |
|---|
| 400 | stack not in LOADING state | No Content |
| 404 | stack not found | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/section/{sectionId}/z
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | sectionId | | true | string | |
| HTTP Code | Description | Schema |
|---|
| 200 | successful operation | number (double) |
| 404 | stack or section not found | No Content |
PUT /v1/owner/{owner}/project/{project}/stack/{stack}/z/{z}/resolvedTiles
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | z | | true | number (double) | |
| BodyParameter | body | | false | ResolvedTileSpecCollection | |
| HTTP Code | Description | Schema |
|---|
| 400 | stack not in LOADING state, invalid data provided | No Content |
| 404 | stack not found | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/z/{z}/resolvedTiles
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | z | | true | number (double) | |
| HTTP Code | Description | Schema |
|---|
| 200 | successful operation | ResolvedTileSpecCollection |
| 400 | too many (> 50,000) tiles in section | No Content |
| 404 | no tile specs found | No Content |
PUT /v1/owner/{owner}/project/{project}/stack/{stack}/z/{z}/tileIds
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | z | | true | number (double) | |
| BodyParameter | body | | false | string array | |
| HTTP Code | Description | Schema |
|---|
| 400 | stack not in LOADING state | No Content |
| 404 | stack not found | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/z/{z}/render-parameters
For each tile spec, nested transform lists are flattened and reference transforms are resolved. This should make the specs suitable for external use.
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | z | | true | number (double) | |
| QueryParameter | scale | | false | number (double) | |
| QueryParameter | filter | | false | boolean | |
| HTTP Code | Description | Schema |
|---|
| 200 | successful operation | RenderParameters |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/z/{z}/tile-specs
For each tile spec, nested transform lists are flattened and reference transforms are resolved. This should make the specs suitable for external use.
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | z | | true | number (double) | |
| HTTP Code | Description | Schema |
|---|
| 200 | successful operation | TileSpec array |
DELETE /v1/owner/{owner}/project/{project}/stack/{stack}/section/{sectionId}
Deletes all tiles in the specified stack with the specified sectionId value. This operation can only be performed against stacks in the LOADING state
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | sectionId | | true | string | |
| HTTP Code | Description | Schema |
|---|
| 400 | stack state is not LOADING | No Content |
| 404 | stack not found | No Content |
DELETE /v1/owner/{owner}/project/{project}/stack/{stack}/z/{z}
Deletes all tiles in the specified stack with the specified z value. This operation can only be performed against stacks in the LOADING state
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | z | | true | number (double) | |
| HTTP Code | Description | Schema |
|---|
| 400 | stack state is not LOADING | No Content |
| 404 | stack not found | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/z/{z}/tileBounds
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | z | | true | number (double) | |
| HTTP Code | Description | Schema |
|---|
| 200 | successful operation | TileBounds array |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/z/{z}/bounds
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | z | | true | number (double) | |
| HTTP Code | Description | Schema |
|---|
| 200 | successful operation | Bounds |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/z/{z}/tiff-image
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | z | | true | number (double) | |
| QueryParameter | scale | | false | number (double) | |
| QueryParameter | filter | | false | boolean | |
| QueryParameter | maxTileSpecsToRender | | false | integer (int32) | |
| HTTP Code | Description | Schema |
|---|
| default | successful operation | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/z/{z}/png-image
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | z | | true | number (double) | |
| QueryParameter | scale | | false | number (double) | |
| QueryParameter | filter | | false | boolean | |
| QueryParameter | maxTileSpecsToRender | | false | integer (int32) | |
| HTTP Code | Description | Schema |
|---|
| default | successful operation | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/z/{z}/jpeg-image
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | z | | true | number (double) | |
| QueryParameter | scale | | false | number (double) | |
| QueryParameter | filter | | false | boolean | |
| QueryParameter | maxTileSpecsToRender | | false | integer (int32) | |
| HTTP Code | Description | Schema |
|---|
| default | successful operation | No Content |
PUT /v1/owner/{owner}/tiff-image
| Type | Name | Description | Required | Schema | Default |
|---|
| BodyParameter | body | | false | RenderParameters | |
| HTTP Code | Description | Schema |
|---|
| default | successful operation | No Content |
PUT /v1/owner/{owner}/jpeg-image
| Type | Name | Description | Required | Schema | Default |
|---|
| BodyParameter | body | | false | RenderParameters | |
| HTTP Code | Description | Schema |
|---|
| default | successful operation | No Content |
PUT /v1/owner/{owner}/png-image
| Type | Name | Description | Required | Schema | Default |
|---|
| BodyParameter | body | | false | RenderParameters | |
| HTTP Code | Description | Schema |
|---|
| default | successful operation | No Content |
PUT /v1/owner/{owner}/project/{project}/stack/{stack}/resolvedTiles
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| BodyParameter | body | | false | ResolvedTileSpecCollection | |
| HTTP Code | Description | Schema |
|---|
| 400 | stack not in LOADING state, invalid data provided | No Content |
| 404 | stack not found | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/resolvedTiles
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| QueryParameter | minZ | | false | number (double) | |
| QueryParameter | maxZ | | false | number (double) | |
| QueryParameter | groupId | | false | string | |
| QueryParameter | minX | | false | number (double) | |
| QueryParameter | maxX | | false | number (double) | |
| QueryParameter | minY | | false | number (double) | |
| QueryParameter | maxY | | false | number (double) | |
| HTTP Code | Description | Schema |
|---|
| 200 | successful operation | ResolvedTileSpecCollection |
| 400 | too many (> 50,000) matching tiles found | No Content |
| 404 | no tile specs found | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/bounds
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| HTTP Code | Description | Schema |
|---|
| 200 | successful operation | Bounds |
| 400 | stack bounds not available | No Content |
| 404 | stack not found | No Content |
PUT /v1/owner/{owner}/project/{project}/stack/{stack}/state/{state}
Transitions stack from LOADING to COMPLETE to OFFLINE. Transitioning to COMPLETE is a potentially long running operation since it creates indexes and aggregates meta data.
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | state | | true | enum (LOADING, COMPLETE, OFFLINE) | |
| HTTP Code | Description | Schema |
|---|
| 201 | state successfully changed | No Content |
| 400 | stack state cannot be changed because of current state | No Content |
| 404 | stack not found | No Content |
POST /v1/owner/{owner}/project/{project}/stack/{stack}
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| BodyParameter | body | | false | StackVersion | |
| HTTP Code | Description | Schema |
|---|
| 201 | stackVersion successfully created | No Content |
| 400 | stackVersion not specified | No Content |
DELETE /v1/owner/{owner}/project/{project}/stack/{stack}
Deletes all tiles, transformations, meta data, and unsaved snapshot data for the stack.
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| HTTP Code | Description | Schema |
|---|
| default | successful operation | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| HTTP Code | Description | Schema |
|---|
| 200 | successful operation | StackMetaData |
| 404 | Stack not found | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/mergeableData
Data format is 'toIndex < fromIndex : toZ < fromZ'. Only layers with both an integral (.0) and at least one non-integral (e.g. .1) section are included.
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| HTTP Code | Description | Schema |
|---|
| 200 | successful operation | string |
| 400 | section data not generated | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/sectionData
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| HTTP Code | Description | Schema |
|---|
| 200 | successful operation | SectionData array |
| 400 | section data not generated | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/reorderedSectionData
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| HTTP Code | Description | Schema |
|---|
| 200 | successful operation | SectionData array |
| 400 | section data not generated | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/tileIds
For stacks with large numbers of tiles, this will produce a large amount of data (e.g. 500MB for 18 million tiles) - use wisely.
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| HTTP Code | Description | Schema |
|---|
| 200 | successful operation | string array |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/mergeableZValues
Only layers with both an integral (.0) and at least one non-integral (e.g. .1) section are included.
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| HTTP Code | Description | Schema |
|---|
| 200 | successful operation | number (double) array |
| 400 | section data not generated | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/mergedZValues
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| HTTP Code | Description | Schema |
|---|
| 200 | successful operation | number (double) array |
| 400 | section data not generated | No Content |
PUT /v1/owner/{owner}/project/{fromProject}/stack/{fromStack}/cloneTo/{toStack}
This operation copies all fromStack tiles and transformations to a new stack with the specified metadata. This is a potentially long running operation (depending upon the size of the fromStack).
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | fromProject | | true | string | |
| PathParameter | fromStack | | true | string | |
| PathParameter | toStack | | true | string | |
| QueryParameter | z | | false | csv number (double) array | |
| QueryParameter | toProject | | false | string | |
| QueryParameter | skipTransforms | | false | boolean | |
| BodyParameter | body | | false | StackVersion | |
| HTTP Code | Description | Schema |
|---|
| 201 | stack successfully cloned | No Content |
| 400 | toStack already exists | No Content |
| 404 | fromStack not found | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/zValues
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| HTTP Code | Description | Schema |
|---|
| 200 | successful operation | number (double) array |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/bounds
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| HTTP Code | Description | Schema |
|---|
| 200 | successful operation | Bounds |
| 400 | stack bounds not available | No Content |
| 404 | stack not found | No Content |
PUT /v1/owner/{owner}/project/{project}/stack/{stack}/state/{state}
Transitions stack from LOADING to COMPLETE to OFFLINE. Transitioning to COMPLETE is a potentially long running operation since it creates indexes and aggregates meta data.
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | state | | true | enum (LOADING, COMPLETE, OFFLINE) | |
| HTTP Code | Description | Schema |
|---|
| 201 | state successfully changed | No Content |
| 400 | stack state cannot be changed because of current state | No Content |
| 404 | stack not found | No Content |
GET /v1/owners
| HTTP Code | Description | Schema |
|---|
| 200 | successful operation | string array |
POST /v1/owner/{owner}/project/{project}/stack/{stack}
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| BodyParameter | body | | false | StackVersion | |
| HTTP Code | Description | Schema |
|---|
| 201 | stackVersion successfully created | No Content |
| 400 | stackVersion not specified | No Content |
DELETE /v1/owner/{owner}/project/{project}/stack/{stack}
Deletes all tiles, transformations, meta data, and unsaved snapshot data for the stack.
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| HTTP Code | Description | Schema |
|---|
| default | successful operation | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| HTTP Code | Description | Schema |
|---|
| 200 | successful operation | StackMetaData |
| 404 | Stack not found | No Content |
GET /v1/likelyUniqueId
| HTTP Code | Description | Schema |
|---|
| 200 | successful operation | string |
GET /v1/owner/{owner}/stacks
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| HTTP Code | Description | Schema |
|---|
| 200 | successful operation | StackMetaData array |
PUT /v1/owner/{owner}/project/{fromProject}/stack/{fromStack}/cloneTo/{toStack}
This operation copies all fromStack tiles and transformations to a new stack with the specified metadata. This is a potentially long running operation (depending upon the size of the fromStack).
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | fromProject | | true | string | |
| PathParameter | fromStack | | true | string | |
| PathParameter | toStack | | true | string | |
| QueryParameter | z | | false | csv number (double) array | |
| QueryParameter | toProject | | false | string | |
| QueryParameter | skipTransforms | | false | boolean | |
| BodyParameter | body | | false | StackVersion | |
| HTTP Code | Description | Schema |
|---|
| 201 | stack successfully cloned | No Content |
| 400 | toStack already exists | No Content |
| 404 | fromStack not found | No Content |
GET /v1/owner/{owner}/stackIds
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| HTTP Code | Description | Schema |
|---|
| 200 | successful operation | StackId array |
DELETE /v1/owner/{owner}/project/{project}/stack/{stack}/section/{sectionId}
Deletes all tiles in the specified stack with the specified sectionId value. This operation can only be performed against stacks in the LOADING state
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | sectionId | | true | string | |
| HTTP Code | Description | Schema |
|---|
| 400 | stack state is not LOADING | No Content |
| 404 | stack not found | No Content |
DELETE /v1/owner/{owner}/project/{project}/stack/{stack}/z/{z}
Deletes all tiles in the specified stack with the specified z value. This operation can only be performed against stacks in the LOADING state
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | z | | true | number (double) | |
| HTTP Code | Description | Schema |
|---|
| 400 | stack state is not LOADING | No Content |
| 404 | stack not found | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/tile/{tileId}/render-parameters
The returned x, y, width, and height parameters are uniform for all tiles in the stack.
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | tileId | | true | string | |
| QueryParameter | scale | | false | number (double) | |
| QueryParameter | filter | | false | boolean | |
| QueryParameter | binaryMask | | false | boolean | |
| HTTP Code | Description | Schema |
|---|
| 200 | successful operation | RenderParameters |
| 404 | tile not found | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/tile/{tileId}
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | tileId | | true | string | |
| HTTP Code | Description | Schema |
|---|
| 200 | successful operation | TileSpec |
| 404 | tile not found | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/tile/{tileId}/source/scale/{scale}/render-parameters
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | tileId | | true | string | |
| PathParameter | scale | | true | number (double) | |
| QueryParameter | filter | | false | boolean | |
| HTTP Code | Description | Schema |
|---|
| 200 | successful operation | RenderParameters |
| 404 | tile not found | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/tile/{tileId}/withNeighbors/render-parameters
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | tileId | | true | string | |
| QueryParameter | widthFactor | | false | number (double) | |
| QueryParameter | heightFactor | | false | number (double) | |
| QueryParameter | scale | | false | number (double) | |
| QueryParameter | filter | | false | boolean | |
| QueryParameter | binaryMask | | false | boolean | |
| QueryParameter | convertToGray | | false | boolean | |
| HTTP Code | Description | Schema |
|---|
| 200 | successful operation | RenderParameters |
| 404 | tile not found | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/tile/{tileId}/mask/scale/{scale}/render-parameters
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | tileId | | true | string | |
| PathParameter | scale | | true | number (double) | |
| QueryParameter | filter | | false | boolean | |
| HTTP Code | Description | Schema |
|---|
| 200 | successful operation | RenderParameters |
| 404 | tile not found | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/tile/{tileId}/mask/tiff-image
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | tileId | | true | string | |
| QueryParameter | scale | | false | number (double) | |
| QueryParameter | filter | | false | boolean | |
| HTTP Code | Description | Schema |
|---|
| 404 | Tile not found | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/tile/{tileId}/source/jpeg-image
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | tileId | | true | string | |
| QueryParameter | scale | | false | number (double) | |
| QueryParameter | filter | | false | boolean | |
| HTTP Code | Description | Schema |
|---|
| 404 | Tile not found | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/tile/{tileId}/source/png-image
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | tileId | | true | string | |
| QueryParameter | scale | | false | number (double) | |
| QueryParameter | filter | | false | boolean | |
| HTTP Code | Description | Schema |
|---|
| 404 | Tile not found | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/tile/{tileId}/mask/jpeg-image
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | tileId | | true | string | |
| QueryParameter | scale | | false | number (double) | |
| QueryParameter | filter | | false | boolean | |
| HTTP Code | Description | Schema |
|---|
| 404 | Tile not found | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/tile/{tileId}/withNeighbors/jpeg-image
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | tileId | | true | string | |
| QueryParameter | scale | | false | number (double) | |
| QueryParameter | filter | | false | boolean | |
| QueryParameter | binaryMask | | false | boolean | |
| QueryParameter | convertToGray | | false | boolean | |
| QueryParameter | widthFactor | | false | number (double) | |
| QueryParameter | heightFactor | | false | number (double) | |
| QueryParameter | boundingBoxesOnly | | false | boolean | |
| HTTP Code | Description | Schema |
|---|
| 404 | Tile not found | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/tile/{tileId}/mask/png-image
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | tileId | | true | string | |
| QueryParameter | scale | | false | number (double) | |
| QueryParameter | filter | | false | boolean | |
| HTTP Code | Description | Schema |
|---|
| 404 | Tile not found | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/tile/{tileId}/tiff-image
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | tileId | | true | string | |
| QueryParameter | scale | | false | number (double) | |
| QueryParameter | filter | | false | boolean | |
| HTTP Code | Description | Schema |
|---|
| 404 | Tile not found | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/tile/{tileId}/source/tiff-image
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | tileId | | true | string | |
| QueryParameter | scale | | false | number (double) | |
| QueryParameter | filter | | false | boolean | |
| HTTP Code | Description | Schema |
|---|
| 404 | Tile not found | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/tile/{tileId}/jpeg-image
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | tileId | | true | string | |
| QueryParameter | scale | | false | number (double) | |
| QueryParameter | filter | | false | boolean | |
| HTTP Code | Description | Schema |
|---|
| 404 | Tile not found | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/tile/{tileId}/png-image
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | tileId | | true | string | |
| QueryParameter | scale | | false | number (double) | |
| QueryParameter | filter | | false | boolean | |
| HTTP Code | Description | Schema |
|---|
| 404 | Tile not found | No Content |
GET /v1/owner/{owner}/project/{project}/stack/{stack}/transform/{transformId}
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| PathParameter | project | | true | string | |
| PathParameter | stack | | true | string | |
| PathParameter | transformId | | true | string | |
| HTTP Code | Description | Schema |
|---|
| 200 | successful operation | TransformSpec |
| 404 | transform not found | No Content |
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| BodyParameter | body | | false | string | |
| HTTP Code | Description | Schema |
|---|
| default | successful operation | No Content |
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| BodyParameter | body | | false | string | |
| HTTP Code | Description | Schema |
|---|
| default | successful operation | No Content |
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| BodyParameter | body | | false | string | |
| HTTP Code | Description | Schema |
|---|
| default | successful operation | No Content |
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| BodyParameter | body | | false | string | |
| HTTP Code | Description | Schema |
|---|
| default | successful operation | No Content |
| Type | Name | Description | Required | Schema | Default |
|---|
| PathParameter | owner | | true | string | |
| BodyParameter | body | | false | string | |
| HTTP Code | Description | Schema |
|---|
| default | successful operation | No Content |