ledger.v1
Add metadata to an account
post/{ledger}/accounts/{address}/metadata
Path parameters
ledgerstring required
Example:ledger001
Name of the ledger.
addressstring required
Example:users:001
Exact address of the account. It must match the following regular expressions pattern:
^\w+(:\w+)*$
Request body
Metadata nullable required
Arbitrary key/value pairs attached to the resource
Response
No Content
Changes
No recorded changes to this endpoint across all 53 revisions of this API.