Skip to content

Added global_namespace flag to API

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

Created by: pboehm

You can now create projects in the global namespace through the API. This is made by introducing an optional field global_namespace to the method that responds to 'POST /projects'.

This implements the feature suggested in #2618 (closed)

Merge request reports