Skip to content

Making the API return the correct status code when a group already exists

gitlab-qa-bot requested to merge github/fork/rvrangel/master into master

Created by: rvrangel

I was working with the API and noticed that I received a "not found" error when a group already existed. I made this change to make it return the correct status code for when a group name or a group path already exists.

Merge request reports