UNPKG

@itentialopensource/adapter-zoom

Version:

This adapter integrates with system described as: zoom.

168 lines 4.43 kB
{ "actions": [ { "name": "getAccounts", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/accounts?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getAccounts-default.json" } ] }, { "name": "accountCreate", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/accounts?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/accountCreate-default.json" } ] }, { "name": "account", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/accounts/{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/account-default.json" } ] }, { "name": "accountDisassociate", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/accounts/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "accountOptionsUpdate", "protocol": "REST", "method": "PATCH", "entitypath": "{base_path}/{version}/accounts/{pathv1}/options?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "accountSettings", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/accounts/{pathv1}/settings?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/accountSettings-default.json" } ] }, { "name": "accountSettingsUpdate", "protocol": "REST", "method": "PATCH", "entitypath": "{base_path}/{version}/accounts/{pathv1}/settings?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "accountManagedDomain", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/accounts/{pathv1}/managed_domains?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/accountManagedDomain-default.json" } ] } ] }