Payload containing the identifier, API key, and issuer configuration to apply.
Represents the payload required to update chain explorer credentials through the administration API.
Identifier of the chain explorer configuration that should be updated.
42
New API key that will be persisted for the specified chain explorer provider.
"5d12f03f-77fd-4853-bb75-bc9c0a90fcf0"
Indicates whether the chain explorer should be marked as the default issuer configuration.
true
Returns when the chain explorer credentials are successfully updated.
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.