project

Create project

post/api/v1/project

Response

Project

Example response

{
  "project": {
    "id": 1,
    "name": "Test project",
    "avatar": "https://tonapi.io/static/test.png",
    "date_create": 1690889913000
  }
}

Changes

Changed in 1 of the 50 revisions of this API.1

    • added the new stats enum value to the // response property for the response status

      response-property-enum-value-added