External engine
Update external engine
Updates the properties of an external engine.
put/api/external-engine/{id}
Request body
Example request
{
"name": "Stockfish 15",
"maxThreads": 8,
"maxHash": 2048,
"variants": [
"chess"
],
"providerSecret": "Dee3uwieZei9ahpaici9bee2yahsai0K"
}Response
A registered engine.
Example response
{
"variants": [
"chess"
]
}