Updates the default settings applied to wallets when they are synchronized from the custodian provider. Controls visibility, active status, and treasury features.
The unique identifier of the custodian to update.
The request containing the new wallet synchronization settings.
Request to update synchronization preferences for custodian wallets.
Identifier of the custodian whose synchronization settings are being updated.
42
Default visibility status for synchronized wallets.
true
Default active status for synchronized wallets.
true
Default custodial relationship status for synchronized wallets.
true
Default active status for synchronized treasury wallets.
false
Synchronization settings 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 }