Create or update metadata for a given entity.
Set metadata creates or updates custom metadata for a given entity. This endpoint follows idempotent PUT semantics:Documentation Index
Fetch the complete documentation index at: https://developer.uphold.com/llms.txt
Use this file to discover all available pages before exploring further.
201 Created if metadata doesn’t exist200 OK if metadata already existsETag header representing the version of the metadata, which can be used with If-Match or If-None-Match headers for conditional requests to prevent concurrent update conflicts.
OAuth 2.0 authentication.
Ensures conditional update by matching the current metadata revision.
^(?:W\/)?"([A-Fa-f0-9]{64})"$Prevents upsert operation if there is an existing metadata revision.
* The type of entity whose metadata is being accessed.
accounts, external-accounts, files, transactions, users The unique identifier of the entity whose metadata is being accessed.
The body is of type object.
Metadata replaced.