CiscoDevNet/ansible-meraki

meraki_webhook defaults shared_secret to null which clashes with API behaviour

mystery-rabbit opened this issue · 0 comments

This issue raised to track the following observed discrepancy in behaviour

API behaviour - if the shared secret is not set in the request, then the API will still return 200 OK - it does not touch the secret - only updating any changed params. (verified through GUI/Postman)

module behaviour - if the shared secret param is not set, the module will set shared secret to null, and send that - API will return 400 Error. To my mind, it should not be setting the param at all.