HomeAPI ReferenceTokensUpdate Token Metadata
PATCH/tokenization/token/{id}/metadata

Update Token Metadata

Outcome - Updates the metadata of a deployed security token. The metadata file stored in S3 is retrieved, merged with the new metadata fields, and re-uploaded.

Body Parameters

idnumberrequiredpath parameter

ID of the token to update

additionalobject

Key-value object of additional metadata fields to update. All values must be strings.

Responses

Response attributes

messagestring

Success message

statusnumber

HTTP status code

Was this page helpful?