We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9337e84 commit c941b90Copy full SHA for c941b90
proto/viam/app/v1/app.proto
@@ -312,6 +312,7 @@ message Robot {
312
string location = 3 [(tagger.v1.tags) = "bson:\"location\" json:\"location\""];
313
google.protobuf.Timestamp last_access = 4 [(tagger.v1.tags) = "bson:\"last_access\" json:\"last_access\""];
314
google.protobuf.Timestamp created_on = 5 [(tagger.v1.tags) = "bson:\"created_on\""];
315
+ string primary_organization_id = 6 [(tagger.v1.tags) = "bson:\"primary_organization_id\" json:\"primary_organization_id\""];
316
}
317
318
message RobotPart {
0 commit comments