project

Create a new project

post/project

Request body

namestring required

Example request

{
  "name": "My Project"
}

Response

Project created

idstring
namestring
created_onstring date-time

Example response

{
  "name": "My Project"
}

Changes