1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

added version_added to body_format in uri

This commit is contained in:
Brian Coca 2015-07-23 15:52:11 -04:00 committed by Matt Clay
parent 581ce7dd32
commit f15ce1433a

View file

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