project

Update user project

You need to pass only those fields that need to be changed.

patch/api/v1/project/{id}

Path parameters

idinteger required

Project ID

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 project/capabilities/items/ response property for the response status 200

      response-property-enum-value-added