class NotionRuby::API::Blocks::Children::Proxy

Public Instance Methods

append(params) click to toggle source
# File lib/notion_ruby/api/blocks.rb, line 8
def append(params)
  connection.patch(path_prefix, params).body
end