---
title: "Custom topics"
method: PUT
path: "/custom_topics/"
tags: ["Others"]
---

# Custom topics

`PUT /custom_topics/`

This function is used to set custom topics

## Request body

- object[]
  - `topic` string

## Response `200`

set list custom topic successfuly

- CustomTopic[]
  - `created_at` unknown
  - `id` string — Non null and unique
  - `mobile_user_id` string — Non null and unique
  - `topic` string — Non null
  - `updated_at` unknown

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/inquirer/apis/mobile-middleware.md) · [All operations](https://skmtc.net/inquirer/apis/mobile-middleware/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/inquirer/mobile-middleware/revisions/b0608768680f/schema)
