We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed4aff commit ad49f17Copy full SHA for ad49f17
workspaces/backend/README.md
@@ -43,6 +43,7 @@ make run PORT=8000
43
| PATCH /api/v1/workspaces/{namespace}/{name} | TBD | Patch a Workspace entity |
44
| PUT /api/v1/workspaces/{namespace}/{name} | TBD | Update a Workspace entity |
45
| DELETE /api/v1/workspaces/{namespace}/{name} | workspaces_handler | Delete a Workspace entity |
46
+| GET /api/v1/workspaces/{namespace}/{name}/details/yaml | workspace_yaml_handler | Get the YAML details of a Workspace entity |
47
| GET /api/v1/workspacekinds | workspacekinds_handler | Get all WorkspaceKind |
48
| POST /api/v1/workspacekinds | TBD | Create a WorkspaceKind |
49
| GET /api/v1/workspacekinds/{name} | workspacekinds_handler | Get a WorkspaceKind entity |
0 commit comments