Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 731 Bytes

File metadata and controls

22 lines (16 loc) · 731 Bytes

Zernio::SyncExternalPostsRequest

Properties

Name Type Description Notes
account_id String SocialAccount ID whose posts to sync. Must be connected to Zernio.
url String The post URL to locate. Optional. Provide `url` or `postId` to return a specific post; omit both to just refresh and return the account's recent posts. [optional]
post_id String The platform post/media/video id to locate, as an alternative to `url`. Optional. [optional]

Example

require 'zernio-sdk'

instance = Zernio::SyncExternalPostsRequest.new(
  account_id: null,
  url: null,
  post_id: null
)