Update uri.py

Move choices from description to choices field.
This commit is contained in:
Tom Paine 2015-05-12 12:29:00 +01:00
parent 88509fdb27
commit 97b64abf75

View file

@ -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: