From 03a809a21c0fc683c8e78666e633dfbd85ee216f 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 --- network/basics/uri.py | 1 + 1 file changed, 1 insertion(+) diff --git a/network/basics/uri.py b/network/basics/uri.py index d7e5eee427c..3babba6d609 100644 --- a/network/basics/uri.py +++ b/network/basics/uri.py @@ -71,6 +71,7 @@ options: required: false choices: [ "raw", "json" ] default: raw + version_added: "2.0" method: description: - The HTTP method of the request or response.