You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 aUpdateProjectRequest
without setting the name.The text was updated successfully, but these errors were encountered: