Identifier of the tenant.
Identifier of the token configuration.
Request containing the updated asset identifiers.
Request to update the backing asset composition of a token configuration.
Identifier of the user performing the creation.
"9f060a6b-1571-4a2f-8cfb-3fc6bf5a4e51"
Azure AD principal object identifier of the actor.
"d3b07384-d9a1-4655-a08e-df5f4f6d7d19"
Identifier of the tenant creating the token.
1024
Detailed explanation of the token's purpose and features.
"A stable token backed by USD and EUR"
Display name of the token.
"Stable Asset Token"
Short symbol representing the token.
"SAT"
Asset composition defining the token's backing.
[
{ "key": 1, "value": 0.6 },
{ "key": 2, "value": 0.4 }
]Identifier of the token configuration to update.
512
Token configuration assets 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 }