Identifier of the tenant.
Identifier of the token configuration.
Request containing updated identity information.
Request to update the identity properties of a token configuration.
Identifier of the token configuration to update.
512
Identifier of the tenant that owns the token configuration.
1024
New full name for the token.
"United States Dollar Coin"
New ticker symbol for the token.
"USDC"
Token configuration identity updated successfully.
Wrapper for API operation results containing success status, error information, and return value.
True if the operation completed successfully, false otherwise.
true
True if the operation failed, false otherwise.
false
Error information returned when the operation fails.
{
"code": "ValidationError",
"message": "The request parameters failed validation.",
"info": [
"The Name field is required.",
"The Id field must be greater than 0."
]
}The result value returned when the operation is successful.
{ "success": true }