Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 4.63 KB

File metadata and controls

13 lines (10 loc) · 4.63 KB

V2AddMetadataOnTransactionRequest

Fields

Field Type Required Description Example
idempotencyKey ?string Use an idempotency key
requestBody array<string, string> ✔️ metadata {
"admin": "true"
}
dryRun ?bool Set the dryRun mode. Dry run mode doesn't add the logs to the database or publish a message to the message broker. true
id \Brick\Math\BigInteger ✔️ Transaction ID. 1234
ledger string ✔️ Name of the ledger. ledger001
schemaVersion ?string Schema version to use for validation v1.0.0