---
title: "Update the state of the AI synonyms generation feature."
method: PUT
path: "/synonym/ai-feature"
tags: ["Synonym"]
---

# Update the state of the AI synonyms generation feature.

`PUT /synonym/ai-feature`

## Request body

- SynonymsAiFeatureModel — Model representing the state of the AI Synonyms Generation feature.
  - `Enabled` boolean — Indicates whether the AI Synonyms Generation feature is enabled.
  - `AutoAcceptAiGeneratedSynonyms` boolean — Auto accept setting
  - `MinSearchFrequencyForSynonymGeneration` integer — Minimum search frequency required setting
  - `TriggerTime` string — Trigger time of the Ai Synonym generation task

## Response `200`

OK

## Other responses

- `400` — BadRequest

---

[API](https://skmtc.net/tweakwise/apis/frontend-api.md) · [All operations](https://skmtc.net/tweakwise/apis/frontend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tweakwise/frontend-api/revisions/9bd1e2b3633f/schema)
