From f15ce1433a3ebd446b144c76074d53d7c5d8abcb Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 23 Jul 2015 15:52:11 -0400 Subject: [PATCH] added version_added to body_format in uri --- lib/ansible/modules/network/basics/uri.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/network/basics/uri.py b/lib/ansible/modules/network/basics/uri.py index d781358439b..ff3d59b87e6 100644 --- a/lib/ansible/modules/network/basics/uri.py +++ b/lib/ansible/modules/network/basics/uri.py @@ -70,6 +70,7 @@ options: - The serialization format of the body. Either raw, or json. When set to json, encodes the body argument and automatically sets the Content-Type header accordingly. required: false default: raw + version_added: "2.0" method: description: - The HTTP method of the request or response.