CiscoDevNet / FMCAnsible

GNU General Public License v3.0
20 stars 24 forks source link

Fix for section query param #22

Closed 205101-retr0 closed 1 year ago

205101-retr0 commented 1 year ago

When calling the operation createMultipleSomething it's making a GET request to first get the existing the rules but section parameter is invalid for that. It just takes the params, does some checky lookups to match api url to operation and sends the request. So before it sends the the request it sends a general request that's a getAll op which doesn't support section param. so we remove it for that and send it forward for only the GET request.