Skip to content

Commit e11560d

Browse files
committed
1
1 parent 22248e4 commit e11560d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

components/public-api/gitpod/v1/workspace.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ service WorkspaceService {
1515

1616
// WatchWorkspaceStatus watchs the workspaces status changes
1717
//
18-
// ID +return NOT_FOUND Workspace does not exist
18+
// workspace_id +return NOT_FOUND Workspace does not exist
1919
rpc WatchWorkspaceStatus(WatchWorkspaceStatusRequest) returns (stream WatchWorkspaceStatusResponse) {}
2020
}
2121

components/public-api/go/v1/v1connect/workspace.connect.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/public-api/go/v1/workspace_grpc.pb.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/public-api/typescript/src/gitpod/v1/workspace_connect.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const WorkspaceService = {
3535
/**
3636
* WatchWorkspaceStatus watchs the workspaces status changes
3737
*
38-
* ID +return NOT_FOUND Workspace does not exist
38+
* workspace_id +return NOT_FOUND Workspace does not exist
3939
*
4040
* @generated from rpc gitpod.v1.WorkspaceService.WatchWorkspaceStatus
4141
*/

0 commit comments

Comments
 (0)