Create new project.
POST {{baseUrl}}/project
This method is used to create a new project through API.
Request Body
{"title"=>"Example project", "code"=>"{{$randomAbbreviation}}", "description"=>"Project description", "access"=>"all"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status":true,"result":{"code":"mollit consequat dolore voluptate exercitation"}}