move_content
Move content to a different category within a channel by specifying workspace, content, channel, category, and section IDs.
Instructions
Move a content item to a different category section within a channel.
workspace_id: target workspace ID — get available IDs from list_workspaces()
content_id: ID of the content item to move
channel_id: ID of the channel containing the target category
category_id: ID of the destination category
section_id: ID of the destination section within that category
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | ||
| content_id | Yes | ||
| section_id | Yes | ||
| category_id | Yes | ||
| workspace_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |