Commit 68275296 authored by Patrick Rice's avatar Patrick Rice ❄️
Browse files

Merge branch 'feat/add-owner-to-project-creation-level' into 'main'

Add owner to project creation level

See merge request gitlab-org/api/client-go!2102
parents 8523c901 12ad38d1
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -713,6 +713,7 @@ const (
	NoOneProjectCreation      ProjectCreationLevelValue = "noone"
	MaintainerProjectCreation ProjectCreationLevelValue = "maintainer"
	DeveloperProjectCreation  ProjectCreationLevelValue = "developer"
	OwnerProjectCreation      ProjectCreationLevelValue = "owner"
)

// ProjectCreationLevel is a helper routine that allocates a new ProjectCreationLevelValue
+0 −1
Original line number Diff line number Diff line
@@ -1553,7 +1553,6 @@ func (s *UsersService) CreateUserRunner(opts *CreateUserRunnerOptions, options .
	return r, resp, nil
}


// CreateServiceAccountUserOptions represents the available CreateServiceAccountUser() options.
//
// GitLab API docs: https://docs.gitlab.com/ee/api/user_service_accounts.html#create-a-service-account-user