We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d41ee5e commit 42e3ef9Copy full SHA for 42e3ef9
workspaces/backend/README.md
@@ -35,6 +35,7 @@ make run PORT=8000
35
| PATCH /api/v1/workspaces/{namespace}/{name} | TBD | Patch a Workspace entity |
36
| PUT /api/v1/workspaces/{namespace}/{name} | TBD | Update a Workspace entity |
37
| DELETE /api/v1/workspaces/{namespace}/{name} | workspaces_handler | Delete a Workspace entity |
38
+| GET /api/v1/workspaces/{namespace}/{name}/details/yaml | workspace_yaml_handler | Get the YAML details of a Workspace entity |
39
| GET /api/v1/workspacekinds | workspacekinds_handler | Get all WorkspaceKind |
40
| POST /api/v1/workspacekinds | TBD | Create a WorkspaceKind |
41
| GET /api/v1/workspacekinds/{name} | workspacekinds_handler | Get a WorkspaceKind entity |
0 commit comments