Parameter method is not required (#36816)

pull/36817/head
Dag Wieers 6 years ago committed by GitHub
parent ac1698099d
commit 68b39f7a84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -42,7 +42,6 @@ options:
- Using C(delete) is typically used for deleting objects.
- Using C(get) is typically used for querying objects.
- Using C(post) is typically used for modifying objects.
required: yes
default: get
choices: [ delete, get, post ]
aliases: [ action ]

Loading…
Cancel
Save