From 597c687da8888ef9c0cca774aeeefae615c6ffbe Mon Sep 17 00:00:00 2001 From: jbotuck Date: Thu, 25 Aug 2022 13:21:01 -0500 Subject: [PATCH] Fix indentation in ref docs for RestTemplate Closes gh-29014 --- src/docs/asciidoc/integration.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/integration.adoc b/src/docs/asciidoc/integration.adoc index 91659a030b..70bb1333a3 100644 --- a/src/docs/asciidoc/integration.adoc +++ b/src/docs/asciidoc/integration.adoc @@ -306,7 +306,7 @@ to serialize only a subset of the object properties, as the following example sh ---- [[rest-template-multipart]] -===== Multipart +==== Multipart To send multipart data, you need to provide a `MultiValueMap` whose values may be an `Object` for part content, a `Resource` for a file part, or an `HttpEntity` for