Skip to content

Commit 237e3f4

Browse files
Change to repeated string fragment_ids
1 parent f5c773c commit 237e3f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

proto/viam/app/v1/app.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1120,7 +1120,8 @@ message ListMachineFragmentsResponse {
11201120

11211121
message ListMachineSummariesRequest {
11221122
string organization_id = 1;
1123-
optional string fragment_id = 2;
1123+
// Optional list of fragment IDs to filter machines that use any of these fragments
1124+
repeated string fragment_ids = 2;
11241125
}
11251126

11261127
message ListMachineSummariesResponse {

0 commit comments

Comments
 (0)