Skip to content

Commit 42e3ef9

Browse files
committed
feat(ws): Add GET workspace yaml endpoint to README.md
Signed-off-by: mohamedch7 <[email protected]>
1 parent d41ee5e commit 42e3ef9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

workspaces/backend/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ make run PORT=8000
3535
| PATCH /api/v1/workspaces/{namespace}/{name} | TBD | Patch a Workspace entity |
3636
| PUT /api/v1/workspaces/{namespace}/{name} | TBD | Update a Workspace entity |
3737
| 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 |
3839
| GET /api/v1/workspacekinds | workspacekinds_handler | Get all WorkspaceKind |
3940
| POST /api/v1/workspacekinds | TBD | Create a WorkspaceKind |
4041
| GET /api/v1/workspacekinds/{name} | workspacekinds_handler | Get a WorkspaceKind entity |

0 commit comments

Comments
 (0)