pvillard31 commented on code in PR #11695:
URL: https://github.com/apache/nifi/pull/11695#discussion_r4048525828
##########
nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/ParameterContextResource.java:
##########
@@ -871,6 +865,15 @@ private void validateAssetReferences(final
ParameterContextDTO parameterContextD
}
}
+ private void verifyParameterContextId(final String pathId, final String
requestId) {
Review Comment:
Should submitParameterContextUpdate also use this helper so all three
endpoints apply the same validation and error messages?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]