Skip to content

Commit

Permalink
Update service.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
jkralik authored May 15, 2024
1 parent b4419ac commit 728d33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapshot-service/pb/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ message Condition { // driven by resource change event
repeated string device_id_filter = 6;
repeated string resource_type_filter = 7;
repeated string resource_href_filter = 8;
string yq_expression = 9;
string jq_expression_filter = 9;
string api_access_token = 10; // token used to update resources in the configuration
string owner = 11;
}
Expand Down

0 comments on commit 728d33f

Please sign in to comment.