'Response' makes more sense here than 'request'
(cherry picked from commit 0f2b3d55b4
)
This commit is contained in:
parent
62106d5dcf
commit
566299dd31
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ options:
|
|||
default: "GET"
|
||||
return_content:
|
||||
description:
|
||||
- Whether or not to return the body of the request as a "content" key in
|
||||
- Whether or not to return the body of the response as a "content" key in
|
||||
the dictionary result. If the reported Content-type is
|
||||
"application/json", then the JSON is additionally loaded into a key
|
||||
called C(json) in the dictionary results.
|
||||
|
|
Loading…
Reference in a new issue