@itentialopensource/adapter-github
Version:
This adapter integrates with system described as: github.
986 lines • 27.2 kB
JSON
{
"actions": [
{
"name": "codespacesListInOrganization",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/orgs/{pathv1}/codespaces?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesSetCodespacesAccess",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/orgs/{pathv1}/codespaces/access?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesSetCodespacesAccessUsers",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/orgs/{pathv1}/codespaces/access/selected_users?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesDeleteCodespacesAccessUsers",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/orgs/{pathv1}/codespaces/access/selected_users?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesListOrgSecrets",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/orgs/{pathv1}/codespaces/secrets?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesGetOrgPublicKey",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/orgs/{pathv1}/codespaces/secrets/public-key?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesGetOrgSecret",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/orgs/{pathv1}/codespaces/secrets/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesCreateOrUpdateOrgSecret",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/orgs/{pathv1}/codespaces/secrets/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesDeleteOrgSecret",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/orgs/{pathv1}/codespaces/secrets/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesListSelectedReposForOrgSecret",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/orgs/{pathv1}/codespaces/secrets/{pathv2}/repositories?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesSetSelectedReposForOrgSecret",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/orgs/{pathv1}/codespaces/secrets/{pathv2}/repositories?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesAddSelectedRepoToOrgSecret",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/orgs/{pathv1}/codespaces/secrets/{pathv2}/repositories/{pathv3}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesRemoveSelectedRepoFromOrgSecret",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/orgs/{pathv1}/codespaces/secrets/{pathv2}/repositories/{pathv3}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesGetCodespacesForUserInOrg",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/orgs/{pathv1}/members/{pathv2}/codespaces?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesDeleteFromOrganization",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/orgs/{pathv1}/members/{pathv2}/codespaces/{pathv3}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesStopInOrganization",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/orgs/{pathv1}/members/{pathv2}/codespaces/{pathv3}/stop?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesListInRepositoryForAuthenticatedUser",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/repos/{pathv1}/{pathv2}/codespaces?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesCreateWithRepoForAuthenticatedUser",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/repos/{pathv1}/{pathv2}/codespaces?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesListDevcontainersInRepositoryForAuthenticatedUser",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/repos/{pathv1}/{pathv2}/codespaces/devcontainers?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesRepoMachinesForAuthenticatedUser",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/repos/{pathv1}/{pathv2}/codespaces/machines?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesPreFlightWithRepoForAuthenticatedUser",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/repos/{pathv1}/{pathv2}/codespaces/new?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesCheckPermissionsForDevcontainer",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/repos/{pathv1}/{pathv2}/codespaces/permissions_check?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesListRepoSecrets",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/repos/{pathv1}/{pathv2}/codespaces/secrets?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesGetRepoPublicKey",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/repos/{pathv1}/{pathv2}/codespaces/secrets/public-key?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesGetRepoSecret",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/repos/{pathv1}/{pathv2}/codespaces/secrets/{pathv3}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesCreateOrUpdateRepoSecret",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/repos/{pathv1}/{pathv2}/codespaces/secrets/{pathv3}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesDeleteRepoSecret",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/repos/{pathv1}/{pathv2}/codespaces/secrets/{pathv3}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesCreateWithPrForAuthenticatedUser",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/repos/{pathv1}/{pathv2}/pulls/{pathv3}/codespaces?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesListForAuthenticatedUser",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/user/codespaces?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesCreateForAuthenticatedUser",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/user/codespaces?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesListSecretsForAuthenticatedUser",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/user/codespaces/secrets?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesGetPublicKeyForAuthenticatedUser",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/user/codespaces/secrets/public-key?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesGetSecretForAuthenticatedUser",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/user/codespaces/secrets/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesCreateOrUpdateSecretForAuthenticatedUser",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/user/codespaces/secrets/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesDeleteSecretForAuthenticatedUser",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/user/codespaces/secrets/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesListRepositoriesForSecretForAuthenticatedUser",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/user/codespaces/secrets/{pathv1}/repositories?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesSetRepositoriesForSecretForAuthenticatedUser",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/user/codespaces/secrets/{pathv1}/repositories?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesAddRepositoryForSecretForAuthenticatedUser",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/user/codespaces/secrets/{pathv1}/repositories/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesRemoveRepositoryForSecretForAuthenticatedUser",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/user/codespaces/secrets/{pathv1}/repositories/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesGetForAuthenticatedUser",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/user/codespaces/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesUpdateForAuthenticatedUser",
"protocol": "REST",
"method": "PATCH",
"entitypath": "{base_path}/{version}/user/codespaces/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesDeleteForAuthenticatedUser",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/user/codespaces/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesExportForAuthenticatedUser",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/user/codespaces/{pathv1}/exports?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesGetExportDetailsForAuthenticatedUser",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/user/codespaces/{pathv1}/exports/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesCodespaceMachinesForAuthenticatedUser",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/user/codespaces/{pathv1}/machines?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesPublishForAuthenticatedUser",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/user/codespaces/{pathv1}/publish?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesStartForAuthenticatedUser",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/user/codespaces/{pathv1}/start?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "codespacesStopForAuthenticatedUser",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/user/codespaces/{pathv1}/stop?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}