[
https://issues.apache.org/jira/browse/NIFI-3508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15875582#comment-15875582
]
ASF GitHub Bot commented on NIFI-3508:
--------------------------------------
Github user ijokarumawak commented on the issue:
https://github.com/apache/nifi/pull/1522
Reviewed code and docs updates, unit test passed, and using InvokeHTTP,
HandleHTTPRequest and Response, confirmed that incoming FlowFile contents can
be sent with PATCH method. All looks good! Thanks @nickcarenza merged into
master.
> InvokeHTTP send request body on PATCH if PROP_SEND_BODY
> -------------------------------------------------------
>
> Key: NIFI-3508
> URL: https://issues.apache.org/jira/browse/NIFI-3508
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework
> Reporter: Nicholas Carenza
> Priority: Minor
> Labels: InvokeHTTP, processor
>
> I am dealing with an API that updates documents using the PATCH request
> method and I need to send a request body but InvokeHTTP will only send a
> request body if the request method is POST or PUT without any way to override.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)