Update an existing registered solver configuration. Allows updating endpoints, supported routes, and execution types. This endpoint requires authentication via request signature headers from the solver owner.
Request signature header
Request signature expiry header
Request signature address header
Array of intent execution types that this solver supports
SELF_PUBLISH, GASLESS ["SELF_PUBLISH", "GASLESS"]Configuration of cross-chain routes that this solver supports, organized by source and destination chains
V1 endpoint URL for retrieving quotes from the solver
"https://solver.example.com/api/v1/quotes"
V2 endpoint URL for retrieving quotes from the solver with enhanced parameters
"https://solver.example.com/api/v2/quotes"
V1 endpoint URL for retrieving reverse quotes (specify output, get input quotes)
"https://solver.example.com/api/v1/quotes/reverse"
V1 endpoint URL where the solver receives signed intents for execution
"https://solver.example.com/api/v1/intents"
Whether to use solver-specific data format (true) or generic format (false)
true
Solver configuration successfully updated
The response is of type object.