Create a discussion
flarum_create_discussionStart a new forum discussion by specifying a title and initial post content. Optionally include tag IDs to assign the thread to specific categories.
Instructions
Start a new discussion (thread) with a title and first-post content. Optionally attach tag ids (required by forums that use the Tags extension).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Discussion title. | |
| tagIds | No | Tag ids to attach. | |
| content | Yes | First post content (Markdown). |