---
title: "Update a manual suggestion"
method: PUT
path: "/suggestion/manual"
tags: ["Suggestion manual terms"]
---

# Update a manual suggestion

`PUT /suggestion/manual`

## Request body

- ManualSuggestionApiModel — Manual suggestion
  - `Id` integer — Id of the manual suggestion
  - `Suggestion` string — The suggestion
  - `CategoryId` integer — Category id of the manual suggestion

## Response `200`

The id of the updated manual suggestion

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