ledger.v2
Add metadata to an account
POST
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
Use an idempotency key
Path Parameters
Name of the ledger.
Example:
"ledger001"
Exact address of the account. It must match the following regular expressions pattern:
^\w+(:\w+)*$
Example:
"users:001"
Query Parameters
Set the dry run mode. Dry run mode doesn't add the logs to the database or publish a message to the message broker.
Example:
true
Body
application/json · object
metadata
The body is of type object
.