Applies bulk updates to multiple blockchain configuration settings in a single operation.
Result object containing:
The bulk blockchain configuration update request containing multiple configuration changes.
Request to batch update platform-managed blockchain configurations.
Collection of blockchain configuration updates to be applied.
Configuration updates applied 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 }