Layers REST Endpoints
Layers/Layers
Manage layers.
- Create a Layer
- Method: postPath:
/vision/api/layers
- Delete a Layer
- Method: deletePath:
/vision/api/layers/{id}
- Get a Layer by ID
- Method: getPath:
/vision/api/layers/{id}
- Get Layers
- Method: getPath:
/vision/api/layers
- Update a Layer
- Method: putPath:
/vision/api/layers/{id}
- Update Fields for a Layer
- Method: patchPath:
/vision/api/layers/{id}