drone-node
drone-node copied to clipboard
Fix promote and rollback commands to pass params as query string params
This fixes a bug in which the params for the promote and rollback operations were being passed to the api via the body instead of as query string params.
Reviewing with the axios docs, it looks like for POST requests the params are passed as the 3rd argument.