Endpoints to manage workspaces.
Method | Path | Description | Parameters | Payload |
---|---|---|---|---|
GET | /workspaces | Retrieve active workspaces | - | - |
POST | /workspaces | Create a new workspace | - | - |
GET | /workspaces/{id} | Retrieve the workspace with a given ID | - | - |
PUT | /workspaces/{id} | Update the workspace with a given ID | - | - |
DELETE | /workspaces/{id} | Delete the workspece with a given ID | - | - |
GET | /workspaces/{id}/bindings | Retrieve bindings of the workspece with a given ID | - | - |