Commit 12ad38d1 authored by Mark Nessen's avatar Mark Nessen 🧣
Browse files

Add owner to project creation level

parent 8523c901
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