| Name | Type | Description | Notes |
|---|---|---|---|
| title | string | Stored on the post for reference/display only. This field is NOT used as the video title when publishing. To set a YouTube video title, use platformSpecificData.title on the youtube platform target (falls back to the first line of content when omitted). | [optional] |
| content | string | [optional] | |
| media_items | \Zernio\Model\MediaItem[] | [optional] | |
| platforms | \Zernio\Model\UpdatePostRequestPlatformsInner[] | Target platforms and accounts for this post. Each item must include platform and accountId. | [optional] |
| scheduled_for | \DateTime | [optional] | |
| publish_now | bool | [optional] [default to false] | |
| is_draft | bool | When omitted, the post keeps its current draft status. Send `false` to promote a draft to scheduled (combined with `scheduledFor`, `publishNow`, or a queue). | [optional] |
| timezone | string | [optional] | |
| visibility | string | [optional] | |
| tags | string[] | [optional] | |
| hashtags | string[] | Stored for reference only. Hashtags are NOT automatically appended to the caption when publishing. Include hashtags directly in the content field (platforms like Instagram only support hashtags as caption text). For YouTube keywords, use the tags field instead. | [optional] |
| mentions | string[] | [optional] | |
| crossposting_enabled | bool | [optional] | |
| metadata | array<string,mixed> | [optional] | |
| queued_from_profile | string | Profile ID to schedule via queue. | [optional] |
| queue_id | string | Specific queue ID to use when scheduling via queue. | [optional] |
| tiktok_settings | \Zernio\Model\TikTokPlatformData | Root-level TikTok settings applied to the TikTok platforms sent in the same request. Merged into each platform's platformSpecificData, with platform-specific settings taking precedence. Returns 400 if sent without a platforms array. | [optional] |
| facebook_settings | \Zernio\Model\FacebookSettings | Root-level Facebook settings applied to the Facebook platforms sent in the same request. Merged into each platform's platformSpecificData.facebookSettings, with platform-specific settings taking precedence. Returns 400 if sent without a platforms array. | [optional] |
| recycling | \Zernio\Model\RecyclingConfig | [optional] |