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 48d2da0 commit e6bc6edCopy full SHA for e6bc6ed
proto/viam/app/v1/app.proto
@@ -712,8 +712,7 @@ message GetRobotAPIKeysResponse {
712
message DeleteRobotPartResponse {}
713
714
message Fragment {
715
- // deprecated to instead use the default _id in MongoDB of type ObjectID
716
- string id = 1 [deprecated = true];
+ string id = 1 [(tagger.v1.tags) = "bson:\"_id\" json:\"id,omitempty\""];
717
string name = 2 [(tagger.v1.tags) = "bson:\"name\" json:\"name\""];
718
google.protobuf.Struct fragment = 3 [(tagger.v1.tags) = "bson:\"fragment\" json:\"fragment\""];
719
string organization_owner = 4 [(tagger.v1.tags) = "bson:\"organization_owner\" json:\"owner\""];
0 commit comments