Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 577 Bytes

File metadata and controls

22 lines (16 loc) · 577 Bytes

Zernio::EditPostRequest

Properties

Name Type Description Notes
platform String The platform to edit the post on.
content String The new post text content
account_id String Which account's copy of the post to edit when the post was published to several accounts on the same platform; defaults to the first. [optional]

Example

require 'zernio-sdk'

instance = Zernio::EditPostRequest.new(
  platform: null,
  content: null,
  account_id: null
)