For the complete documentation index, see llms.txt. This page is also available as Markdown.

Update ledger

Updates a ledger.

put

Updates ledger properties. Only provided fields will be modified.

Path parameters
idstringRequired

The ID of the ledger to update.

Body

Represents a ledger in the billing system.

revisioninteger · int32Optional
idstringOptional

The unique identifier of the ledger.

Example: BLE-1234-1234-1234-1234
statusstring · enumOptional

Represents the various statuses a ledger can have in the billing system.

Possible values:
Responses
200

OK

application/json

Represents a ledger in the billing system.

revisioninteger · int32Optional
idstringOptional

The unique identifier of the ledger.

Example: BLE-1234-1234-1234-1234
statusstring · enumOptional

Represents the various statuses a ledger can have in the billing system.

Possible values:
put/public/v1/billing/ledgers/{id}

Last updated

Was this helpful?