Docs changed for Create Project API

This commit is contained in:
Alex Denisov 2012-08-31 10:27:45 +03:00
parent 985ecf0f04
commit b6a0407e7a
1 changed files with 3 additions and 0 deletions

View File

@ -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,