Skip to content

Commit

Permalink
Downgrade the servity of didn't find defined parameter in path to 2 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
wyunchi-ms authored Nov 8, 2024
1 parent 27ab661 commit ba10fa1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ private void ValidateParametersDefinedInPathContainsInExample(IssueLoggerContext
if (!isParameterContainsInExample)
{
string description = string.Format("{0} is defined in path but cannot find in example", parameterFromHttpPath);
issueLogger.LogUXMetadataIssue(context, 1, description);
issueLogger.LogUXMetadataIssue(context, 2, description);
}
}
}
Expand Down

0 comments on commit ba10fa1

Please sign in to comment.