tonapi_service
Update project TonAPI tier
patch/api/v1/services/tonapi/tier
Query parameters
project_idinteger required
Project ID
Request body
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_currencyfrom the response with the200statusresponse-required-property-removed
- ▲
- ○
added the required property
tier/instant_paymentto the response with the200statusresponse-required-property-added
- ○
added the required property
tier/payment_currencyto the response with the200statusresponse-required-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○