discord_update_forum_post
Update a Discord forum post by modifying its title, tags, or archive, lock, and pin status.
Instructions
Updates a forum post's title, applied tags, archived status, locked status, or pinned status. Tags can be specified by name or ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New title for the forum post | |
| tags | No | Tags to apply (by name or ID). Replaces all existing tags. | |
| locked | No | Whether to lock or unlock the post | |
| pinned | No | Whether to pin or unpin the post at the top of its forum channel | |
| archived | No | Whether to archive or unarchive the post | |
| threadId | Yes | The ID of the forum post/thread to update |