@itentialopensource/adapter-jira
Version:
This adapter integrates with system Jira
151 lines • 3.94 kB
JSON
{
"actions": [
{
"name": "getRestapi2mypreferences",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/mypreferences?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "putRestapi2mypreferences",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/mypreferences?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "deleteRestapi2mypreferences",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/mypreferences?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getRestapi2mypreferenceslocale",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/mypreferences/locale?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getRestapi2mypreferenceslocale-default.json"
}
]
},
{
"name": "putRestapi2mypreferenceslocale",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/mypreferences/locale?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "deleteRestapi2mypreferenceslocale",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/mypreferences/locale?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getRestapi2myself",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/myself?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getRestapi2myself-default.json"
}
]
}
]
}