UNPKG

@itentialopensource/adapter-jira

Version:

This adapter integrates with system Jira

65 lines 1.66 kB
{ "actions": [ { "name": "dynamicModulesResourceGetModulesGet", "protocol": "REST", "method": "GET", "entitypath": "/rest/atlassian-connect/1/app/module/dynamic?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "dynamicModulesResourceRegisterModulesPost", "protocol": "REST", "method": "POST", "entitypath": "/rest/atlassian-connect/1/app/module/dynamic?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "dynamicModulesResourceRemoveModulesDelete", "protocol": "REST", "method": "DELETE", "entitypath": "/rest/atlassian-connect/1/app/module/dynamic?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }