Docs changed for Create Project API
This commit is contained in:
parent
985ecf0f04
commit
b6a0407e7a
1 changed files with 3 additions and 0 deletions
|
@ -103,6 +103,9 @@ Parameters:
|
||||||
+ `code` (optional) - new project code, used project name if not set
|
+ `code` (optional) - new project code, used project name if not set
|
||||||
+ `path` (optional) - new project path, user 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
|
```json
|
||||||
{
|
{
|
||||||
"id": 5,
|
"id": 5,
|
||||||
|
|
Loading…
Reference in a new issue