This is an automated email from the ASF dual-hosted git repository.
mthomsen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new ea02788 NIFI-7603 fix doc
ea02788 is described below
commit ea02788de63c44434eee01dc3776ed85a9b3fea4
Author: KovalevIV <[email protected]>
AuthorDate: Mon Jul 6 19:49:28 2020 +0300
NIFI-7603 fix doc
This closes #4387
Signed-off-by: Mike Thomsen <[email protected]>
---
.../org.apache.nifi.lookup.RestLookupService/additionalDetails.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/src/main/resources/docs/org.apache.nifi.lookup.RestLookupService/additionalDetails.html
b/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/src/main/resources/docs/org.apache.nifi.lookup.RestLookupService/additionalDetails.html
index b38b919..4f0d4f9 100644
---
a/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/src/main/resources/docs/org.apache.nifi.lookup.RestLookupService/additionalDetails.html
+++
b/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/src/main/resources/docs/org.apache.nifi.lookup.RestLookupService/additionalDetails.html
@@ -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>