---
title: "Move Thread"
method: POST
path: "/threads/{thread_id}/move"
tags: ["Threads"]
---

# Move Thread

`POST /threads/{thread_id}/move`

Move a thread to another forum.

Required scopes:
+ **post**

## Path parameters

- `thread_id` integer, required — Id of thread.

## Request body

- object
  - `node_id` string, required — Forum id.
  - `title` string — Thread title.
  - `title_en` string — Thread title english.
  - `prefix_id` integer[] — Prefix ids. Set "0" to remove all thread prefixes.
  - `apply_thread_prefix` boolean — Apply thread prefix.
  - `send_alert` boolean — Send a notification to users who are followed to target node.

## Response `200`

Successful Response.

- object
  - `status` string
  - `message` string
  - `system_info` RespSystemInfo
    - `visitor_id` integer, required
    - `time` integer, required
    - `log_id` integer, required

## Other responses

- `401` — Unauthorized
- `403` — Error Response.
- `404` — Not Found

---

[API](https://skmtc.net/lolz/apis/lolzteam-public-api-forum.md) · [All operations](https://skmtc.net/lolz/apis/lolzteam-public-api-forum/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lolz/lolzteam-public-api-forum/versions/3efcdbc40994/schema)
