Skip to content

Add namespace_id to project creation via API

Matthias Käppler requested to merge github/fork/screenpages/patch-1 into master

Created by: m4tthumphrey

This allows you to set the namespace ID for projects via the the API.

By default it is created for the current user. You can assign it to the global namespace by passing GLN which translates to 'Global Namespace'. You can also assign another group or namespace ID that has been already created.

Merge request reports