Updates blockchain configuration settings for a tenant in bulk.
BlockchainBaseUpdateResponse indicating success or failure of the update operation.
The unique identifier of the tenant.
Request containing blockchain configuration updates.
Represents a request payload for updating blockchain configurations for a tenant in bulk.
List of blockchain configuration updates to apply.
[
{
"blockchainId": 137,
"isTenantExplorerEnabled": true,
"isTenantOperationsEnabled": true
}
]Blockchain configurations 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 }