mirror of
https://github.com/hexedtech/codemp-proto.git
synced 2024-12-23 13:54:53 +01:00
feat: Change RPCs from workspace name to workspace id
This commit is contained in:
parent
4879ec7e07
commit
5c9b5ee78d
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ service Session {
|
|||
|
||||
// A message representing a request for specific workspace.
|
||||
message WorkspaceRequest {
|
||||
// The name of the workspace.
|
||||
// The workspace's id
|
||||
required string workspace = 1;
|
||||
}
|
||||
|
||||
|
@ -36,6 +36,6 @@ message WorkspaceList {
|
|||
message InviteRequest {
|
||||
// The user the invitation is for.
|
||||
required string user = 1;
|
||||
// the workspace the invitation is for
|
||||
// the workspace's id the invitation is for
|
||||
required string workspace = 2;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue