Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorAlex Denisov <1101.debian@gmail.com>2012-08-31 11:28:38 +0400
committerAlex Denisov <1101.debian@gmail.com>2012-08-31 11:28:38 +0400
commitacac1547a06e120a05010fbe556e5836f35248d0 (patch)
treef51fa555b6426401c026a91445e13a8942304605 /doc/api
parentb6a0407e7a3ba5bc77f332dbacb9cae3acb11cce (diff)
JSON for new project removed from API docs
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/projects.md23
1 files changed, 0 insertions, 23 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md
index 8c34f4d0612..97a316969d8 100644
--- a/doc/api/projects.md
+++ b/doc/api/projects.md
@@ -106,29 +106,6 @@ Parameters:
Will return created project with status `201 Created` on success, or `404 Not
found` on fail.
-```json
-{
- "id": 5,
- "code": "gitlab",
- "name": "gitlab",
- "description": null,
- "path": "gitlab",
- "default_branch": "api",
- "owner": {
- "id": 1,
- "email": "john@example.com",
- "name": "John Smith",
- "blocked": false,
- "created_at": "2012-05-23T08:00:58Z"
- },
- "private": true,
- "issues_enabled": true,
- "merge_requests_enabled": true,
- "wall_enabled": true,
- "wiki_enabled": true,
- "created_at": "2012-05-30T12:49:20Z"
-}
-```
## Project repository branches