UpdateTokenTypeMetadata
Updates the metadata of a token type for a given contract.
Server Authoritative (default)
Path Parameters
typeId | int | The ID of the token type to update. |
reqParams | The request parameters containing the updated metadata for the token type. |
Returns
VyTask<JToken> A task that represents the asynchronous operation. The task result contains a JSON token representing the updated metadata of the token type.
Last updated