UNPKG

@itentialopensource/adapter-slack

Version:

This adapter integrates with system Slack

109 lines 2.96 kB
{ "actions": [ { "name": "postUsergroupscreate", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/usergroups.create?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/postUsergroupscreate-default.json" } ] }, { "name": "postUsergroupsdisable", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/usergroups.disable?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/postUsergroupsdisable-default.json" } ] }, { "name": "postUsergroupsenable", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/usergroups.enable?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/postUsergroupsenable-default.json" } ] }, { "name": "getUsergroupslist", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/usergroups.list?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getUsergroupslist-default.json" } ] }, { "name": "postUsergroupsupdate", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/usergroups.update?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/postUsergroupsupdate-default.json" } ] } ] }