diff options
author | Alex Denisov <1101.debian@gmail.com> | 2012-08-31 10:27:45 +0300 |
---|---|---|
committer | Alex Denisov <1101.debian@gmail.com> | 2012-08-31 10:27:45 +0300 |
commit | b6a0407e7a3ba5bc77f332dbacb9cae3acb11cce (patch) | |
tree | e03c774e5b919b078da58f51df71cbe3e331d31e /doc | |
parent | 985ecf0f045ce0d8a6fd0524935f12152bfe3918 (diff) | |
download | gitlab-ce-b6a0407e7a3ba5bc77f332dbacb9cae3acb11cce.tar.gz |
Docs changed for Create Project API
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/projects.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md index f015b2f534a..8c34f4d0612 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -103,6 +103,9 @@ Parameters: + `code` (optional) - new project code, used project name if not set + `path` (optional) - new project path, user project name if not set +Will return created project with status `201 Created` on success, or `404 Not +found` on fail. + ```json { "id": 5, |