mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Fix payload to match Rocket Chat 7.4.1 API (#9882)
* Fix payload to match Rocket Chat 7.4 API * Add a fallback to send payload argument in case the user still interacts with a Rocket Chat version < 7.4.0 * Fix sanity checks * Add changelog fragment of PR #9882 * Add argument option_is_pre740 to keep backward compatibility of the payload * Add new argument doc * Rename new parameter, add missing pieces of information in parameter doc * Use appropriate change label and fix change description. Description about future plans for the parameter is now set at the parameter doc level * Fix missing punctuation in the new parameter doc block * Improve documentation. * Fix line length. --------- Co-authored-by: ludovic <ludovic.petetin@aleph-networks.com> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
ec38a82ef1
commit
c3b0354da0
2 changed files with 19 additions and 4 deletions
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- rocketchat - option ``is_pre740`` has been added to control the format of the payload. For Rocket.Chat 7.4.0 or newer, it must be set to ``false`` (https://github.com/ansible-collections/community.general/pull/9882).
|
Loading…
Add table
Add a link
Reference in a new issue