Restore dismissed suggestions
restore_keyword_discoveryRestore one dismissed domain (domain) or a batch (domains): it leaves the tracker dismissed list and becomes eligible for discovery again, suggested anew while the engines keep citing it (accepting it stays a distinct move). The counterpart of dismiss, for when the user changes their mind. Idempotent and never refused: restoring a domain that was not dismissed simply leaves it eligible. The answer carries restored as the domain for a single call, the list for a batch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | One domain to act on, exactly as listed by list_keyword_discoveries. Send this OR domains, never both. | |
| domains | No | Several domains to act on in one call, each exactly as listed by list_keyword_discoveries. Send this OR domain, never both. ALL-OR-NOTHING: one invalid domain refuses the whole batch, so you never have to guess which half took. | |
| tracker_id | Yes | The UUID of the tracker: call list_trackers to find it. |