search.synonym.set
Set a symmetric synonym group (every term equivalent); replaces any group overlapping the terms.
- Scope:
search.write - System: no
- Reachable from:
POST /v1/commands/search.synonym.set(tenant credential) · MCP toolsearch.synonym.set· SDKclient.call('search.synonym.set', …) - Events:
search.curation.updated
Input (JSON Schema)
Section titled “Input (JSON Schema)”{ "properties": { "terms": { "items": { "type": "string" }, "minItems": 2, "type": "array" } }, "required": [ "terms" ], "type": "object"}Result (200)
Section titled “Result (200)”{ "additionalProperties": false, "properties": { "group_id": { "type": "string" }, "terms": { "items": { "type": "string" }, "type": "array" } }, "required": [ "group_id", "terms" ], "type": "object"}Errors
Section titled “Errors”validation_failed (400) · unauthorized (401) · forbidden (403) · conflict (409) · internal (500)