history
Patch movement metadata
Applies an RFC 7396 JSON Merge Patch to a movement’s metadata. Use this to annotate history entries after the fact (e.g. refund notes, counterparty info). Keys set to null are removed; other values are recursively merged.
POST
Authorizations
Base64url-encoded auth token
Path Parameters
Movement identifier.
Required range:
x >= 0Body
application/merge-patch+json
RFC 7396 JSON Merge Patch. The body is applied directly to the movement's metadata object: any field with value null is removed, every other field is recursively merged.
The body is of type any.
Response
Metadata updated