Add metadata to an account
Path parameters
Name of the ledger.
Exact address of the account. It must match the following regular expressions pattern:
^\w+(:\w+)*$
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.
Schema version to use for validation
Headers
Use an idempotency key
Request body
Arbitrary key/value pairs attached to the resource
Example request
{
"admin": "true"
}Response
No Content
Changes
Changed in 4 of the 53 revisions of this API.52
- ●
added the new
SCHEMA_ALREADY_EXISTSenum value to theerrorCoderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
SCHEMA_NOT_SPECIFIEDenum value to theerrorCoderesponse property for the response statusdefaultresponse-property-enum-value-added
- ○
added the new optional
queryrequest parameterschemaVersionnew-optional-request-parameter
- ●
- ●
added the new
OUTDATED_SCHEMAenum value to theerrorCoderesponse property for the response statusdefaultresponse-property-enum-value-added
- ○
removed the
BUCKET_OUTDATEDenum value from theerrorCoderesponse property for the response statusdefaultresponse-property-enum-value-removed
- ●
- ●
added the new
BUCKET_OUTDATEDenum value to theerrorCoderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
- ●
added the new
LEDGER_ALREADY_EXISTSenum value to theerrorCoderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●