Endpoints to manage workspaces.
GET
/workspaces
Retrieve active workspaces
-
POST
Create a new workspace
/workspaces/{id}
Retrieve the workspace with a given ID
PUT
Update the workspace with a given ID
DELETE
Delete the workspece with a given ID
/workspaces/{id}/bindings
Retrieve bindings of the workspece with a given ID
Last updated 1 year ago