Skip to content

Commit

Permalink
APP-2437: Add fields to OrgDetails proto for richer admin dashboard s…
Browse files Browse the repository at this point in the history
…earch features
  • Loading branch information
ohEmily committed Dec 4, 2024
1 parent d7436a9 commit 0001fd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/viam/app/v1/app.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1353,6 +1353,8 @@ message ListOrganizationsByUserRequest {
message OrgDetails {
string org_id = 1;
string org_name = 2;
optional string org_cid = 3;
string public_namespace = 4;
}

message ListOrganizationsByUserResponse {
Expand Down

0 comments on commit 0001fd6

Please sign in to comment.