move_subcontent
Reorder subcontent items in a collection section by specifying the item to move and the item it should follow, or place it first by passing null for the previous item ID.
Instructions
Reorder a subcontent item within a collection section.
Moves the item to the position immediately AFTER previous_subcontent_id.
Pass previous_subcontent_id=None to move the item to the very first
position in the section.
workspace_id: target workspace ID — get available IDs from list_workspaces()
content_id: ID of the collection (the parent content item)
category_name: "Content" or "Asset"
section_id: ID of the section containing the subcontent item
subcontent_id: ID of the subcontent item to reorder
previous_subcontent_id: ID of the item that should come directly before the
moved item; None places it first in the section
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content_id | Yes | ||
| section_id | Yes | ||
| workspace_id | Yes | ||
| category_name | Yes | ||
| subcontent_id | Yes | ||
| previous_subcontent_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |