Project

Create a new project

post/project

Request body

namestring required

Example request

{
  "name": "my-project-name"
}

Response

A Project

creditnumber float required

Remaining credit of the project in $

discountinteger required

Discount of the project as percentage

idstring required
namestring required

Name of the project

Example response

{
  "credit": 25.4,
  "discount": 10,
  "id": "pjkkmx0f2vke4h36nk9cm8v8q0",
  "name": "my-project"
}