Skip to content

Commit

Permalink
Update changes.proto
Browse files Browse the repository at this point in the history
Co-authored-by: Dylan <[email protected]>
  • Loading branch information
tphoney and dylanratcliffe committed Dec 16, 2024
1 parent 981d2f1 commit e968510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changes.proto
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ service AutoTaggingService {
// Convert a rule's properties to a string that can be used in the rules
// config file
rpc ExportRule(ExportRuleRequest) returns (ExportRuleResponse);
// Given a rule uuid, and a list of changes uuids
// Given a rule, and a list of changes uuids
// The response will contain the rule uuid and a list of changes and what tags they would have if the rule was applied
rpc TestRule(TestRuleRequest) returns (stream TestRuleResponse);
}
Expand Down

0 comments on commit e968510

Please sign in to comment.