summaryrefslogtreecommitdiff
path: root/windows/win_uri.py
diff options
context:
space:
mode:
authorIago Garrido <iago086@gmail.com>2016-11-07 22:04:09 +0100
committerBrian Coca <bcoca@users.noreply.github.com>2016-11-07 16:04:09 -0500
commit562cf4f60480bbfdeb88f1712941070485f71a53 (patch)
tree03ef46c7943fe7070f9e3a208ca4afe319bc36ff /windows/win_uri.py
parent3d5709983326ceff14cc72bca72dafcd7b8bd6a8 (diff)
downloadansible-modules-extras-562cf4f60480bbfdeb88f1712941070485f71a53.tar.gz
Fixes win_uri module ignoring body argument (#2504)
* Fixes win_uri module ignoring body argument * Added body field of the response to the documentation
Diffstat (limited to 'windows/win_uri.py')
-rw-r--r--windows/win_uri.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/windows/win_uri.py b/windows/win_uri.py
index 7045f70b..c65f3ab5 100644
--- a/windows/win_uri.py
+++ b/windows/win_uri.py
@@ -120,6 +120,11 @@ use_basic_parsing:
returned: always
type: bool
sample: True
+body:
+ description: The content of the body used (added in version 2.2)
+ returned: when body is specified
+ type: string
+ sample: '{"id":1}'
status_code:
description: The HTTP Status Code of the response.
returned: success