lordgamez commented on a change in pull request #1041:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1041#discussion_r611559082
##########
File path: extensions/http-curl/processors/InvokeHTTP.cpp
##########
@@ -95,9 +95,12 @@ core::Property InvokeHTTP::ContentType("Content-type", "The
Content-Type to spec
"POST or PATCH. In the case of an empty
value after evaluating an expression language expression, "
"Content-Type defaults to",
"application/octet-stream");
-core::Property InvokeHTTP::SendBody("send-message-body", "If true, sends the
HTTP message body on POST/PUT/PATCH requests (default). "
- "If false, suppresses the message body and
content-type header for these requests.",
- "true");
+core::Property InvokeHTTP::SendBody(
+ core::PropertyBuilder::createProperty("send-message-body", "Send Body")
Review comment:
Updated in e27db873853dc331d7c9c20462eb9038f537a6a3
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]