Class: Yext::Api::Agreements::AddRequestController

Inherits:
Yext::Api::ApplicationController show all
Extended by:
Memoist
Defined in:
app/controllers/yext/api/agreements/add_request_controller.rb

Overview

:webhooks:

:agreements:
  :add_request_update:
    :endpoint: https://[your_hostname]/[your_add_request_webhook_path]
    :default_version: 20161012
    :documentation: http://developer.yext.com/docs/webhooks/#operation/addRequestWebhook
    :sandbox_only: false

Instance Method Summary collapse

Instance Method Details

#createObject



21
22
23
24
25
# File 'app/controllers/yext/api/agreements/add_request_controller.rb', line 21

def create
  process_add_request_changed

  head :ok
end