drone-node icon indicating copy to clipboard operation
drone-node copied to clipboard

Fix promote and rollback commands to pass params as query string params

Open mtandre opened this issue 2 years ago • 0 comments

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.

mtandre avatar Jan 26 '24 16:01 mtandre