Skip to content
v0.3

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 tool search.synonym.set · SDK client.call('search.synonym.set', …)
  • Events: search.curation.updated
{
"properties": {
"terms": {
"items": {
"type": "string"
},
"minItems": 2,
"type": "array"
}
},
"required": [
"terms"
],
"type": "object"
}
{
"additionalProperties": false,
"properties": {
"group_id": {
"type": "string"
},
"terms": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"group_id",
"terms"
],
"type": "object"
}

validation_failed (400) · unauthorized (401) · forbidden (403) · conflict (409) · internal (500)