NIFI-7603 fix doc

This closes #4387

Signed-off-by: Mike Thomsen <mthomsen@apache.org>
This commit is contained in:
KovalevIV 2020-07-06 19:49:28 +03:00 committed by Mike Thomsen
parent 74b4d5ac5f
commit ea02788de6
No known key found for this signature in database
GPG Key ID: 88511C3D4CAD246F
1 changed files with 1 additions and 1 deletions

View File

@ -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>