From 97b64abf75fa615342ea662091606e0bade2a972 Mon Sep 17 00:00:00 2001 From: Tom Paine Date: Tue, 12 May 2015 12:29:00 +0100 Subject: [PATCH] Update uri.py Move choices from description to choices field. --- network/basics/uri.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/network/basics/uri.py b/network/basics/uri.py index 24f0dbf9e1f..ce2cc888779 100644 --- a/network/basics/uri.py +++ b/network/basics/uri.py @@ -66,8 +66,9 @@ options: default: null body_format: description: - - 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. + - The serialization format of the body. When set to json, encodes the body argument and automatically sets the Content-Type header accordingly. required: false + choices: [ "raw", "json" ] default: raw method: description: