v1
latestOpenAPI 3.0.02026-07-22134640.3 KBSolver Registration
Update Solver
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.
patch/api/v1/solverRegistry/updateSolver
Headers
x-beam-sigstring
Request signature header
x-beam-sig-expirestring
Request signature expiry header
x-beam-sig-addressstring
Request signature address header
Request body
Example request
{
"intentExecutionTypes": [
"SELF_PUBLISH",
"GASLESS"
],
"quotesUrl": "https://solver.example.com/api/v1/quotes",
"quotesV2Url": "https://solver.example.com/api/v2/quotes",
"reverseQuotesUrl": "https://solver.example.com/api/v1/quotes/reverse",
"receiveSignedIntentUrl": "https://solver.example.com/api/v1/intents",
"useSolverDataFormat": true
}Response
Solver configuration successfully updated
EcoAPIResponse required