---
title: "Update Topic Status"
method: PUT
path: "/admin/topics/{topic_id}/status"
tags: ["admin"]
---

# Update Topic Status

`PUT /admin/topics/{topic_id}/status`

Update the status flag of a topic.

## Path parameters

- `topic_id` string, required

## Query parameters

- `status` 'undetermined' | 'wrong' | 'to_edit' | 'ready', required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/excellence-ai/excellence-learning/revisions/8d495ed916c6/schema)
