module Notion::Operations::Search
Public Instance Methods
search(body)
click to toggle source
# File lib/notion-sdk-ruby/operations/search.rb, line 4 def search(body) RequestClient.active_client.post("/v1/search", body: body.to_json) end