From acac1547a06e120a05010fbe556e5836f35248d0 Mon Sep 17 00:00:00 2001 From: Alex Denisov <1101.debian@gmail.com> Date: Fri, 31 Aug 2012 10:28:38 +0300 Subject: [PATCH] JSON for new project removed from API docs --- doc/api/projects.md | 23 ----------------------- 1 file changed, 0 insertions(+), 23 deletions(-) diff --git a/doc/api/projects.md b/doc/api/projects.md index 8c34f4d..97a3169 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 -- libgit2 0.21.2