Layers REST Endpoints

Layers/Layers
Manage layers.
Create a Layer
Method: post
Path: /vision/api/layers
Delete a Layer
Method: delete
Path: /vision/api/layers/{id}
Get a Layer by ID
Method: get
Path: /vision/api/layers/{id}
Get Layers
Method: get
Path: /vision/api/layers
Update a Layer
Method: put
Path: /vision/api/layers/{id}
Update Fields for a Layer
Method: patch
Path: /vision/api/layers/{id}