discord_update_forum_post
Update a Discord forum post's title, archive/lock status, or replace its tags. Only specified fields change; archiving closes the post without deletion.
Instructions
Update a forum post's title, archived/locked state, or applied tags. Only provided fields change; passing applied_tags replaces the post's tags. Set archived:true to close a post without deleting it. Requires the Manage Threads permission (or thread ownership).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_id | Yes | ID (snowflake) of the forum post (thread) to update. | |
| title | No | New title/thread name (max 100 characters). | |
| archived | No | true to archive (close) the post, false to reopen it. | |
| locked | No | true to lock the post so only moderators can reply. | |
| applied_tags | No | Tag IDs to apply; replaces the post's current tags. Get valid IDs from discord_get_forum_tags. |