Fees
Update a fee
This endpoint is used for updating a specific fee that has been issued.
PUT
/
fees
/
{lago_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
lago_id
string
requiredUnique identifier assigned to the fee within the Lago application. This ID is exclusively created by Lago and serves as a unique identifier for the fee's record within the Lago system.
Body
application/json
fee
object
requiredResponse
200 - application/json
fee
object
requiredWas this page helpful?