ProjectsCreateNew - maxkunitsa/timeTracker GitHub Wiki

#New project creation

Creates a new project.

Note: Authentication required

POST    /projects

-- #####Parameters

Name Description
name Name of the project

-- #####Response Example (success)

{
  "id": "563f196764cb5c935d44bec6",
  "name": "Project2"
}

-- #####Response Example (error)

{
  "message": "Request payload has incorrect format"
}