Skip to content

Commit 2e833d9

Browse files
committed
Merge pull request #32231 from OlgaMaciaszek
* pr/32231: Polish "Document @RequestAttribute" Document @RequestAttribute Closes gh-32231
2 parents 9ee7c63 + 728d5ee commit 2e833d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: framework-docs/modules/ROOT/pages/integration/rest-clients.adoc

+3
Original file line numberDiff line numberDiff line change
@@ -973,6 +973,9 @@ method parameters:
973973
`Map<String, ?>` with multiple variables, or an individual value. Type conversion
974974
is supported for non-String values.
975975

976+
| `@RequestAttribute`
977+
| Provide an `Object` to add as a request attribute. Only supported by `WebClient`.
978+
976979
| `@RequestBody`
977980
| Provide the body of the request either as an Object to be serialized, or a
978981
Reactive Streams `Publisher` such as `Mono`, `Flux`, or any other async type supported

0 commit comments

Comments
 (0)