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 9219bf2 commit 0ba37a6Copy full SHA for 0ba37a6
proto/viam/app/v1/app.proto
@@ -769,8 +769,7 @@ message GetRobotAPIKeysResponse {
769
message DeleteRobotPartResponse {}
770
771
message Fragment {
772
- // deprecated to instead use the default _id in MongoDB of type ObjectID
773
- string id = 1 [deprecated = true];
+ string id = 1 [(tagger.v1.tags) = "bson:\"_id\" json:\"id,omitempty\""];
774
string name = 2 [(tagger.v1.tags) = "bson:\"name\" json:\"name\""];
775
google.protobuf.Struct fragment = 3 [(tagger.v1.tags) = "bson:\"fragment\" json:\"fragment\""];
776
string organization_owner = 4 [(tagger.v1.tags) = "bson:\"organization_owner\" json:\"owner\""];
0 commit comments