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 ?string Use an idempotency key
requestBody array<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 ?bool 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 ?string Schema version to use for validation v1.0.0