@itentialopensource/adapter-slack
Version:
This adapter integrates with system Slack
46 lines • 1.22 kB
JSON
{
"actions": [
{
"name": "getUsergroupsuserslist",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/usergroups.users.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/getUsergroupsuserslist-default.json"
}
]
},
{
"name": "postUsergroupsusersupdate",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/usergroups.users.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/postUsergroupsusersupdate-default.json"
}
]
}
]
}