GitLabApiClient
GitLabApiClient copied to clipboard
403 Forbidden Error on Project Update
When trying to update a project I get a 403 forbidden error. Trying it manually shows the error is caused when trying to change the project name.
GitLabApiClient currently requires a name to be set in the constructor of UpdateProjectRequest which is causing the issue as I can't create a UpdateProjectRequest without setting the name.
@nmklotas just submitted a pull request and tested locally that this change resolves the issue