added version_added to body_format in uri
This commit is contained in:
parent
581ce7dd32
commit
f15ce1433a
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
- 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
|
required: false
|
||||||
default: raw
|
default: raw
|
||||||
|
version_added: "2.0"
|
||||||
method:
|
method:
|
||||||
description:
|
description:
|
||||||
- The HTTP method of the request or response.
|
- The HTTP method of the request or response.
|
||||||
|
|
Loading…
Reference in a new issue