GitLabApiClient icon indicating copy to clipboard operation
GitLabApiClient copied to clipboard

403 Forbidden Error on Project Update

Open RyanGaudion opened this issue 4 years ago • 1 comments

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.

RyanGaudion avatar Oct 12 '21 11:10 RyanGaudion

@nmklotas just submitted a pull request and tested locally that this change resolves the issue

RyanGaudion avatar Oct 12 '21 11:10 RyanGaudion