v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Fee models

Update fee model

Update a fee model

put/v1/fee/models/{model_id}

Path parameters

model_idstring required

Fee model ID

Request body

model_descriptionstring required

Model description.

Example request

{
  "model_description": "Fee model applied to org",
  "fees": [
    [
      {
        "type": "fixed",
        "amount": 10,
        "rate": 10
      }
    ]
  ]
}

Response

OK