---
title: "Create synonym"
method: POST
path: "/synonym"
tags: ["Synonym"]
---

# Create synonym

`POST /synonym`

## Request body

- SynonymCreateModel — Model to create/update a synonym
  - `SourceTerm` string — Optional source term, if filled it is considered a one way synonym
  - `Terms` string[] — Synonym terms
  - `Status` 'Pending' | 'Approved' | 'Rejected' — Optional status of the synonym. The default value when none is supplied is 'Approved'

## Response `200`

The id of the created synonym

- integer

## 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)
