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
On: gitLabClient.Projects.Create(new ProjectCreate { Name = "MyProjectName" });
Exception: Unhandled exception. NGitLab.GitLabException: GitLab server returned an error (BadRequest): {"namespace":["is not valid"]}. Original call: Post https://gitlab.mydomain.com/api/v4/projects. With data {"name":"MyProjectName","initialize_with_readme":false,"issues_enabled":false,"merge_pipelines_enabled":false,"merge_requests_enabled":false,"merge_trains_enabled":false,"snippets_enabled":false,"wiki_enabled":false,"import_url":"","visibility":"private"}
If I understand the GitLab API Docs. right, the namespaceId prop in ProjectCreate.cs should be of the type int.
The text was updated successfully, but these errors were encountered:
On:
gitLabClient.Projects.Create(new ProjectCreate { Name = "MyProjectName" });
Exception:
Unhandled exception. NGitLab.GitLabException: GitLab server returned an error (BadRequest): {"namespace":["is not valid"]}. Original call: Post https://gitlab.mydomain.com/api/v4/projects. With data {"name":"MyProjectName","initialize_with_readme":false,"issues_enabled":false,"merge_pipelines_enabled":false,"merge_requests_enabled":false,"merge_trains_enabled":false,"snippets_enabled":false,"wiki_enabled":false,"import_url":"","visibility":"private"}
If I understand the GitLab API Docs. right, the namespaceId prop in ProjectCreate.cs should be of the type int.
The text was updated successfully, but these errors were encountered: