UNPKG

@itentialopensource/adapter-zoom

Version:

This adapter integrates with system described as: zoom.

126 lines 3.2 kB
{ "actions": [ { "name": "webhookSwitch", "protocol": "REST", "method": "PATCH", "entitypath": "{base_path}/{version}/webhooks/options?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getWebhooks", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/webhooks?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getWebhooks-default.json" } ] }, { "name": "webhookCreate", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/webhooks?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/webhookCreate-default.json" } ] }, { "name": "webhook", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/webhooks/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/webhook-default.json" } ] }, { "name": "webhookUpdate", "protocol": "REST", "method": "PATCH", "entitypath": "{base_path}/{version}/webhooks/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "webhookDelete", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/webhooks/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }