Request to update an existing smart contract template.
Name of the smart contract template. Maximum length is 256 characters.
256"ERC20Token"
Indicates whether the template is marked as deleted.
false
Identifier of the blockchain this template is associated with.
1
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.
{
"isDeleted": false,
"blockchainId": 1,
"contractName": "ERC20Token",
"id": 1
}