ledger.v2
Set the metadata of a transaction by its ID
post/v2/{ledger}/transactions/{id}/metadata
Path parameters
ledgerstring required
Example:ledger001
Name of the ledger.
idinteger required
Example:1234
Transaction ID.
Query parameters
dryRunboolean
Example:true
Set the dryRun mode. Dry run mode doesn't add the logs to the database or publish a message to the message broker.
schemaVersionstring
Example:v1.0.0
Schema version to use for validation
Headers
Idempotency-Keystring
Use an idempotency key
Request body
V2Metadata required
Arbitrary key/value pairs attached to the resource. Metadata is bi-temporal, so a point-in-time query returns the metadata as it stood at that time
Example request
{
"admin": "true"
}Response
No Content