We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description
Removing method for invitations uses put method instead of delete
put
delete
Steps to reproduce
const gitlabService = new Gitlab({ host: HOST, token: TOKEN, }); await gitlabService.GroupInvitations.remove(someId, someEmail)
Expected behaviour
Invitation gets removed
Actual behaviour
Error "Bad request" because the method is not correct
Possible fixes
Update method for remove from put to del here
del
Open pull request: #3639
Checklist
The text was updated successfully, but these errors were encountered:
🚀 Issue was released in 40.5.0 🚀
40.5.0
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description
Removing method for invitations uses
put
method instead ofdelete
Steps to reproduce
Expected behaviour
Invitation gets removed
Actual behaviour
Error "Bad request" because the method is not correct
Possible fixes
Update method for remove from
put
todel
hereOpen pull request: #3639
Checklist
The text was updated successfully, but these errors were encountered: