UNPKG

@itentialopensource/adapter-slack

Version:

This adapter integrates with system Slack

67 lines 1.8 kB
{ "actions": [ { "name": "postFilescommentsadd", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/files.comments.add?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/postFilescommentsadd-default.json" } ] }, { "name": "postFilescommentsdelete", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/files.comments.delete?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/postFilescommentsdelete-default.json" } ] }, { "name": "postFilescommentsedit", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/files.comments.edit?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/postFilescommentsedit-default.json" } ] } ] }