Metadata
Update metadata
Update existing metadata for a given entity.
PATCH
Update metadata modifies specific properties using JSON Patch operations. Unlike Set metadata, this enables partial updates without replacing the entire object.
Supported operations: add, replace, remove, move, copy, and test.
The response includes an
ETag header for the new version. Use If-Match to prevent conflicting concurrent modifications.
Operations are applied sequentially and validated to ensure metadata remains valid.
Authorizations
OAuth 2.0 authentication.
Headers
Ensures conditional update by matching the current metadata revision.
Pattern:
^(?:W\/)?"([A-Fa-f0-9]{64})"$Path Parameters
The type of entity whose metadata is being accessed.
Available options:
accounts, external-accounts, files, transactions, users The unique identifier of the entity whose metadata is being accessed.
Body
application/json-patch+json
Response
Metadata updated.