Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 385 Bytes

File metadata and controls

20 lines (14 loc) · 385 Bytes

Zernio::UpdateBlogRequest

Properties

Name Type Description Notes
title String [optional]
handle String URL slug. Changing it changes the blog URL on the store. [optional]

Example

require 'zernio-sdk'

instance = Zernio::UpdateBlogRequest.new(
  title: null,
  handle: null
)