mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Fix indentation in ref docs for RestTemplate
Closes gh-29014
This commit is contained in:
@@ -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<String, Object>` whose values
|
||||
may be an `Object` for part content, a `Resource` for a file part, or an `HttpEntity` for
|
||||
|
||||
Reference in New Issue
Block a user