tonapi_service

Update project TonAPI tier

patch/api/v1/services/tonapi/tier

Query parameters

project_idinteger required

Project ID

Request body

tier_idinteger required

Example request

{
  "tier_id": 1
}

Response

Project tier

Example response

{
  "tier": {
    "id": 1,
    "name": "Test tier",
    "rpc": 5,
    "usd_price": 100,
    "long_polling_sub": 50,
    "entity_per_conn": 10,
    "next_payment": 1690889913000,
    "date_create": 1690889913000
  }
}

Changes

Changed in 2 of the 50 revisions of this API.12

    • removed the required property tier/payment_currency from the response with the 200 status

      response-required-property-removed

    • added the required property tier/instant_payment to the response with the 200 status

      response-required-property-added

    • added the required property tier/payment_currency to the response with the 200 status

      response-required-property-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog