update_config
Update runtime configuration on the EyesOnIt server.
- Method:
POST - Path:
/update_config
Request Body
Send a server-specific configuration object.
{
"some_runtime_setting": true,
"search": {
"max_results": 100
}
}
The server accepts a free-form configuration payload. Use only keys supported by your EyesOnIt deployment.
Success Response
{
"success": true,
"message": "configuration updated",
"data": null
}