Tarif
Update a tarif plan
Update an existing tarif plan.
patch/tarifs/{tarif_id}
Path parameters
tarif_idinteger required
ID of the tarif to update.
ID of the tarif to update.
Query parameters
cookie_namestring nullable
tenant_idinteger
Request body
Example request
{
"name": "Pro plan",
"price": 99,
"hard_limit": 500,
"licenses": 25,
"monthly_limit_per_license": 20,
"soft_limit_fraction": 0.8,
"expires_at": "2026-12-31",
"description": "Standard professional plan with monthly pool."
}Response
Successful Response