Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 371 Bytes

File metadata and controls

20 lines (14 loc) · 371 Bytes

Zernio::EditPostRequest

Properties

Name Type Description Notes
platform String The platform to edit the post on.
content String The new post text content

Example

require 'zernio-sdk'

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