pause_live_search
Pause one live search or all live searches.
- Method:
POST - Path:
/pause_live_search
Request Body
{
"search_id": 42
}
| Field | Type | Description |
|---|---|---|
search_id | number | Live-search ID to pause. Use -1 to target all active live searches. |
Success Response
{
"success": true,
"message": "live search paused",
"data": null
}