Skip to content

Commit

Permalink
Update service.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
jkralik committed Jun 5, 2024
1 parent 2eb2ef3 commit 04d92e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snippet-service/pb/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ message InvokeConfigurationRequest {

message GetAppliedDeviceConfigurationsRequest { //TODO Naming
repeated string id_filter = 1;
repeated IDFilter configuration_id_filter = 2;
repeated string configuration_id_filter = 2;
repeated string device_id_filter = 3;
repeated IDFilter condition_id_filter = 4;
repeated string condition_id_filter = 4;
}

message DeleteAppliedDeviceConfigurationsRequest { repeated string id_filter = 1; }
Expand Down

0 comments on commit 04d92e3

Please sign in to comment.