Skip to main content

ReleaseRequestDto

clientReqIdstring

Idempotency key. Re-posting with the same key against the same (subscription, metric) returns the original result without double-charging.

Possible values: <= 120 characters

deltanumberrequired

Amount to charge against the quota.

Possible values: >= 1

Default value: 1
metadataobject

Free-form metadata stored on the ledger entry (e.g. session_id, kb_id).

ReleaseRequestDto
{
"clientReqId": "string",
"delta": 1,
"metadata": {}
}