v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBUpdate quota
Updates a quota by its ID.
A quota is the number of asset shares. One asset can consist of a single share or multiple shares.
You can get quota IDs with the <a href="https://developers.pismo.io/pismo-docs/reference/assetquotas" target="_blank">List asset quotas</a> endpoint.
This endpoint generates a Quota updated event.
Path parameters
Issuer ID. For more information, refer to issuer identification number
Image asset ID. This is the image_asset_id field returned from the Get eligible token requestors endpoint.
Quota ID
Headers
The Correlation IDentifier field is used to link related API requests and events. The x-cid can help the Pismo engineering team track everything related to a call. You can find the x-cid field in the response header from an API endpoint call.
If this field isn't passed, one is automatically generated.
Request body
Example request
{
"operation_type": "amendment",
"purchased_units": 1,
"customer_name": "Patti Waggin"
}Response
OK
Example response
{
"asset_id": "6ea8094b-73ba-4737-93ad-370c27c54813",
"quota_id": "c2d581cb-5c9c-40ab-8783-724feb372132",
"issuer_id": "98400-0-0d",
"units": 20,
"created_at": "2024-09-12T16:46:16.43663522",
"customer_type": "NATURAL",
"document_number": "7777888hh",
"customer_name": "Jane Bartholomew",
"deposit_number": "7777888hh"
}