# PromoteContentItemDraftToPostsInput

PromoteContentItemDraftToPostsInput

Input for promoteContentItemDraftToPosts.

**Fields:**
- `id`: `ContentItemId!` - The content item to promote.
- `posts`: `[CreatePostInput!]!` - The channel-specific posts to create, one per channel. Provide at least
one post, and at most one post per channel.
- `tagIds`: `[TagId!]` - Tags to apply to this content item. Omit to keep the current tags. An
empty list or null removes them all.