Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 1.83 KB

File metadata and controls

28 lines (25 loc) · 1.83 KB

# Post

Properties

Name Type Description Notes
_id string [optional]
user_id \Late\Model\PostUserId [optional]
title string YouTube: title must be ≤ 100 characters. [optional]
content string [optional]
media_items \Late\Model\MediaItem[] [optional]
platforms \Late\Model\PlatformTarget[] [optional]
scheduled_for \DateTime [optional]
timezone string [optional]
status string [optional]
tags string[] YouTube constraints: each tag max 100 chars, combined max 500 chars, duplicates removed. [optional]
hashtags string[] [optional]
mentions string[] Stored for reference only. This field does NOT automatically create @mentions when publishing. For LinkedIn @mentions, use the /v1/accounts/{accountId}/linkedin-mentions endpoint to resolve profile URLs to URNs, then embed the returned mentionFormat directly in the post content field. [optional]
visibility string [optional]
metadata array<string,mixed> [optional]
recycling \Late\Model\RecyclingState [optional]
recycled_from_post_id string ID of the original post if this post was created via recycling [optional]
queued_from_profile string Profile ID if the post was scheduled via the queue [optional]
queue_id string Queue ID if the post was scheduled via a specific queue [optional]
created_at \DateTime [optional]
updated_at \DateTime [optional]

[Back to Model list] [Back to API list] [Back to README]