Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 4.68 KB

File metadata and controls

13 lines (10 loc) · 4.68 KB

V2AddMetadataToAccountRequest

Fields

Field Type Required Description Example
idempotencyKey Optional<String> Use an idempotency key
requestBody Map<String, String> ✔️ metadata {
"admin": "true"
}
address String ✔️ Exact address of the account. It must match the following regular expressions pattern:
<br/>^\w+(:\w+)*$<br/>
users:001
dryRun Optional<Boolean> Set the dry run mode. Dry run mode doesn't add the logs to the database or publish a message to the message broker. true
ledger String ✔️ Name of the ledger. ledger001
schemaVersion Optional<String> Schema version to use for validation v1.0.0