Merge pull request #1309 from aioue/patch-1

Update uri.py
This commit is contained in:
Brian Coca 2015-05-12 08:37:58 -04:00
commit 52626b4da9

View file

@ -66,8 +66,9 @@ options:
default: null default: null
body_format: body_format:
description: 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 required: false
choices: [ "raw", "json" ]
default: raw default: raw
method: method:
description: description: