mirror of https://github.com/apache/nifi.git
NIFI-7603 fix doc
This closes #4387 Signed-off-by: Mike Thomsen <mthomsen@apache.org>
This commit is contained in:
parent
74b4d5ac5f
commit
ea02788de6
|
@ -31,7 +31,7 @@
|
|||
<li>put</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>body; contains a string representing JSON, XML, etc. to be sent with any
|
||||
<li>request.body; contains a string representing JSON, XML, etc. to be sent with any
|
||||
of those methods except for "get".</li>
|
||||
<li>mime.type; specifies media type of the request body, required when 'body' is passed.</li>
|
||||
<li>*; any other keys can be configured to pass variables to resolve target URLs. See 'Dynamic URLs' section below.</li>
|
||||
|
|
Loading…
Reference in New Issue