Skip to content

Commit

Permalink
Rename type => subtype #DATA-3440
Browse files Browse the repository at this point in the history
  • Loading branch information
katiepeters committed Nov 21, 2024
1 parent 2e9264c commit d1f604d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/viam/app/data/v1/data.proto
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ message TabularDataByMQLResponse {
message ExportTabularDataRequest {
string part_id = 1;
string resource_name = 2;
string resource_type = 3;
string resource_subtype = 3;
string method_name = 4;
CaptureInterval interval = 13;
}
Expand Down

0 comments on commit d1f604d

Please sign in to comment.