diff options
author | Maxime Brugidou <m.brugidou@criteo.com> | 2013-12-30 11:39:26 +0100 |
---|---|---|
committer | Maxime Brugidou <m.brugidou@criteo.com> | 2013-12-30 11:39:26 +0100 |
commit | cd8a90eee5284456f09316dc4663de734d50e667 (patch) | |
tree | 2fc6b706fcb97867364f4a055f93b7912ad8ae4e /doc/api | |
parent | 56d4788264ce2739f5dc89f85f309b69cb3ab692 (diff) | |
download | gitlab-ce-cd8a90eee5284456f09316dc4663de734d50e667.tar.gz |
Add import_url in API docs
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/projects.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md index 53acc4a025e..559553a1108 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -239,6 +239,7 @@ Parameters: + `snippets_enabled` (optional) + `public` (optional) - if `true` same as setting visibility_level = 20 + `visibility_level` (optional) +* `import_url` (optional) ### Create project for user |