mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
specified that uri must be uppercase
This commit is contained in:
parent
fc741057b2
commit
0540769677
1 changed files with 1 additions and 2 deletions
|
@ -44,7 +44,6 @@ options:
|
||||||
- HTTP or HTTPS URL in the form (http|https)://host.domain[:port]/path
|
- HTTP or HTTPS URL in the form (http|https)://host.domain[:port]/path
|
||||||
required: true
|
required: true
|
||||||
default: null
|
default: null
|
||||||
aliases: []
|
|
||||||
dest:
|
dest:
|
||||||
description:
|
description:
|
||||||
- path of where to download the file to (if desired). If I(dest) is a directory, the basename of the file on the remote server will be used.
|
- path of where to download the file to (if desired). If I(dest) is a directory, the basename of the file on the remote server will be used.
|
||||||
|
@ -73,7 +72,7 @@ options:
|
||||||
version_added: "2.0"
|
version_added: "2.0"
|
||||||
method:
|
method:
|
||||||
description:
|
description:
|
||||||
- The HTTP method of the request or response.
|
- The HTTP method of the request or response. It MUST be uppercase.
|
||||||
required: false
|
required: false
|
||||||
choices: [ "GET", "POST", "PUT", "HEAD", "DELETE", "OPTIONS", "PATCH", "TRACE", "CONNECT", "REFRESH" ]
|
choices: [ "GET", "POST", "PUT", "HEAD", "DELETE", "OPTIONS", "PATCH", "TRACE", "CONNECT", "REFRESH" ]
|
||||||
default: "GET"
|
default: "GET"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue