@itentialopensource/adapter-github
Version:
This adapter integrates with system described as: github.
252 lines • 6.82 kB
JSON
{
"actions": [
{
"name": "copilotListCopilotSeatsForEnterprise",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/enterprises/{pathv1}/copilot/billing/seats?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "copilotUsageMetricsForEnterprise",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/enterprises/{pathv1}/copilot/usage?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "copilotUsageMetricsForEnterpriseTeam",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/enterprises/{pathv1}/team/{pathv2}/copilot/usage?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "copilotGetCopilotOrganizationDetails",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/orgs/{pathv1}/copilot/billing?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "copilotListCopilotSeats",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/orgs/{pathv1}/copilot/billing/seats?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "copilotAddCopilotSeatsForTeams",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/orgs/{pathv1}/copilot/billing/selected_teams?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "copilotCancelCopilotSeatAssignmentForTeams",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/orgs/{pathv1}/copilot/billing/selected_teams?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "copilotAddCopilotSeatsForUsers",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/orgs/{pathv1}/copilot/billing/selected_users?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "copilotCancelCopilotSeatAssignmentForUsers",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/orgs/{pathv1}/copilot/billing/selected_users?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "copilotUsageMetricsForOrg",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/orgs/{pathv1}/copilot/usage?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "copilotGetCopilotSeatDetailsForUser",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/orgs/{pathv1}/members/{pathv2}/copilot?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "copilotUsageMetricsForTeam",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/orgs/{pathv1}/team/{pathv2}/copilot/usage?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}