Commit acac1547a06e120a05010fbe556e5836f35248d0

Authored by Alex Denisov
1 parent b6a0407e

JSON for new project removed from API docs

Showing 1 changed file with 0 additions and 23 deletions   Show diff stats
doc/api/projects.md
... ... @@ -106,29 +106,6 @@ Parameters:
106 106 Will return created project with status `201 Created` on success, or `404 Not
107 107 found` on fail.
108 108  
109   -```json
110   -{
111   - "id": 5,
112   - "code": "gitlab",
113   - "name": "gitlab",
114   - "description": null,
115   - "path": "gitlab",
116   - "default_branch": "api",
117   - "owner": {
118   - "id": 1,
119   - "email": "john@example.com",
120   - "name": "John Smith",
121   - "blocked": false,
122   - "created_at": "2012-05-23T08:00:58Z"
123   - },
124   - "private": true,
125   - "issues_enabled": true,
126   - "merge_requests_enabled": true,
127   - "wall_enabled": true,
128   - "wiki_enabled": true,
129   - "created_at": "2012-05-30T12:49:20Z"
130   -}
131   -```
132 109  
133 110 ## Project repository branches
134 111  
... ...