Binary file not shown.
|
Before Width: | Height: | Size: 505 B After Width: | Height: | Size: 17 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 598 B After Width: | Height: | Size: 2.9 KiB |
@@ -1,12 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
|
||||
|
||||
<style>
|
||||
path { fill: #000; }
|
||||
@media (prefers-color-scheme: dark) {
|
||||
path { fill: #fff; }
|
||||
}
|
||||
</style>
|
||||
|
||||
<path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"></path>
|
||||
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="96" height="96"><circle cx="48" cy="48" r="48" fill="#fff"/><path fill="#24292f" fill-rule="evenodd" d="M47.969 4C23.655 4 4 23.8 4 48.295c0 19.58 12.594 36.155 30.065 42.021 2.184.441 2.984-.953 2.984-2.126 0-1.026-.072-4.546-.072-8.214-12.231 2.64-14.778-5.28-14.778-5.28-1.966-5.134-4.878-6.453-4.878-6.453-4.003-2.714.291-2.714.291-2.714 4.441.294 6.771 4.547 6.771 4.547 3.93 6.747 10.264 4.84 12.812 3.667.363-2.86 1.529-4.84 2.766-5.94-9.755-1.027-20.018-4.84-20.018-21.855 0-4.84 1.746-8.8 4.512-11.88-.436-1.1-1.965-5.647.438-11.734 0 0 3.712-1.174 12.083 4.547a42.273 42.273 0 0 1 10.993-1.467c3.712 0 7.497.514 10.991 1.467 8.372-5.72 12.085-4.547 12.085-4.547 2.403 6.087.873 10.634.436 11.734 2.84 3.08 4.514 7.04 4.514 11.88 0 17.015-10.264 20.754-20.092 21.855 1.602 1.393 2.984 4.033 2.984 8.213 0 5.94-.072 10.708-.072 12.174 0 1.173.801 2.567 2.985 2.127 17.47-5.868 30.064-22.441 30.064-42.022C91.936 23.8 72.21 4 47.97 4z" clip-rule="evenodd"/></svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 803 B After Width: | Height: | Size: 1018 B |
@@ -17,6 +17,7 @@ import languages from '#src/languages/lib/languages.js'
|
||||
|
||||
const EXCEPTIONS = new Set([
|
||||
'assets/images/site/favicon.ico',
|
||||
'assets/images/site/favicon.svg',
|
||||
'assets/images/site/apple-touch-icon.png',
|
||||
'assets/images/site/apple-touch-icon-114x114.png',
|
||||
'assets/images/site/apple-touch-icon-120x120.png',
|
||||
|
||||
@@ -70,8 +70,7 @@ const MyApp = ({ Component, pageProps, languagesContext }: MyAppProps) => {
|
||||
Just remember, if you edit these images on disk, remember to
|
||||
change these numbers
|
||||
*/}
|
||||
<link rel="alternate icon" type="image/png" href="/assets/cb-600/images/site/favicon.png" />
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/cb-803/images/site/favicon.svg" />
|
||||
<link rel="icon" type="image/png" href="/assets/cb-345/images/site/favicon.png" />
|
||||
|
||||
<link href="/manifest.json" rel="manifest" />
|
||||
|
||||
|
||||
@@ -60,5 +60,5 @@
|
||||
"2022-11-28"
|
||||
]
|
||||
},
|
||||
"sha": "b82b3990d4d99dfecec33caa6e8715985dbadedf"
|
||||
"sha": "b164298e5a5db36254a3029219f443f253d79147"
|
||||
}
|
||||
@@ -149944,7 +149944,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -150677,7 +150677,7 @@
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -151206,7 +151206,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -151815,7 +151815,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -152459,7 +152459,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -152639,7 +152639,7 @@
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -152714,7 +152714,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -152891,7 +152891,7 @@
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -153003,7 +153003,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"commit_sha": {
|
||||
"description": "The SHA of the commit to which the analysis you are uploading relates.",
|
||||
@@ -153217,7 +153217,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"commit_sha": {
|
||||
"description": "The SHA of the commit to which the analysis you are uploading relates.",
|
||||
@@ -530773,7 +530773,7 @@
|
||||
}
|
||||
],
|
||||
"previews": [],
|
||||
"descriptionHTML": "<p>Checks whether a team has <code>admin</code>, <code>push</code>, <code>maintain</code>, <code>triage</code>, or <code>pull</code> permission for a repository. Repositories inherited through a parent team will also be checked.</p>\n<p>You can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom <a href=\"https://docs.github.com/rest/overview/media-types/\">media type</a> via the <code>application/vnd.github.v3.repository+json</code> accept header.</p>\n<p>If a team doesn't have permission for the repository, you will receive a <code>404 Not Found</code> response status.</p>\n<p><strong>Note:</strong> You can also specify a team by <code>org_id</code> and <code>team_id</code> using the route <code>GET /organizations/{org_id}/team/{team_id}/repos/{owner}/{repo}</code>.</p>",
|
||||
"descriptionHTML": "<p>Checks whether a team has <code>admin</code>, <code>push</code>, <code>maintain</code>, <code>triage</code>, or <code>pull</code> permission for a repository. Repositories inherited through a parent team will also be checked.</p>\n<p>You can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom <a href=\"https://docs.github.com/rest/overview/media-types/\">media type</a> via the <code>application/vnd.github.v3.repository+json</code> accept header.</p>\n<p>If a team doesn't have permission for the repository, you will receive a <code>404 Not Found</code> response status.</p>\n<p>If the repository is private, you must have at least <code>read</code> permission for that repository and your token must have the <code>repo</code> scope. Otherwise, you will receive a <code>404 Not Found</code> response status.</p>\n<p><strong>Note:</strong> You can also specify a team by <code>org_id</code> and <code>team_id</code> using the route <code>GET /organizations/{org_id}/team/{team_id}/repos/{owner}/{repo}</code>.</p>",
|
||||
"statusCodes": [
|
||||
{
|
||||
"httpStatusCode": "200",
|
||||
|
||||
@@ -113062,7 +113062,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -113795,7 +113795,7 @@
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -114279,7 +114279,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -114864,7 +114864,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -115478,7 +115478,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -115658,7 +115658,7 @@
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -115730,7 +115730,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -115907,7 +115907,7 @@
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -116019,7 +116019,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"commit_sha": {
|
||||
"description": "The SHA of the commit to which the analysis you are uploading relates.",
|
||||
@@ -116233,7 +116233,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"commit_sha": {
|
||||
"description": "The SHA of the commit to which the analysis you are uploading relates.",
|
||||
@@ -379154,7 +379154,7 @@
|
||||
}
|
||||
],
|
||||
"previews": [],
|
||||
"descriptionHTML": "<p>Checks whether a team has <code>admin</code>, <code>push</code>, <code>maintain</code>, <code>triage</code>, or <code>pull</code> permission for a repository. Repositories inherited through a parent team will also be checked.</p>\n<p>You can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom <a href=\"https://docs.github.com/github-ae@latest/rest/overview/media-types/\">media type</a> via the <code>application/vnd.github.v3.repository+json</code> accept header.</p>\n<p>If a team doesn't have permission for the repository, you will receive a <code>404 Not Found</code> response status.</p>\n<p><strong>Note:</strong> You can also specify a team by <code>org_id</code> and <code>team_id</code> using the route <code>GET /organizations/{org_id}/team/{team_id}/repos/{owner}/{repo}</code>.</p>",
|
||||
"descriptionHTML": "<p>Checks whether a team has <code>admin</code>, <code>push</code>, <code>maintain</code>, <code>triage</code>, or <code>pull</code> permission for a repository. Repositories inherited through a parent team will also be checked.</p>\n<p>You can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom <a href=\"https://docs.github.com/github-ae@latest/rest/overview/media-types/\">media type</a> via the <code>application/vnd.github.v3.repository+json</code> accept header.</p>\n<p>If a team doesn't have permission for the repository, you will receive a <code>404 Not Found</code> response status.</p>\n<p>If the repository is private, you must have at least <code>read</code> permission for that repository and your token must have the <code>repo</code> scope. Otherwise, you will receive a <code>404 Not Found</code> response status.</p>\n<p><strong>Note:</strong> You can also specify a team by <code>org_id</code> and <code>team_id</code> using the route <code>GET /organizations/{org_id}/team/{team_id}/repos/{owner}/{repo}</code>.</p>",
|
||||
"statusCodes": [
|
||||
{
|
||||
"httpStatusCode": "200",
|
||||
|
||||
@@ -117668,6 +117668,8 @@
|
||||
"example": {
|
||||
"total_advanced_security_committers": 2,
|
||||
"total_count": 2,
|
||||
"maximum_advanced_security_committers": 4,
|
||||
"purchased_advanced_security_committers": 4,
|
||||
"repositories": [
|
||||
{
|
||||
"name": "octocat-org/Hello-World",
|
||||
@@ -117713,6 +117715,20 @@
|
||||
2
|
||||
]
|
||||
},
|
||||
"maximum_advanced_security_committers": {
|
||||
"type": "integer",
|
||||
"description": "The total number of GitHub Advanced Security licences required if all repositories were to enable GitHub Advanced Security",
|
||||
"examples": [
|
||||
4
|
||||
]
|
||||
},
|
||||
"purchased_advanced_security_committers": {
|
||||
"type": "integer",
|
||||
"description": "The total number of GitHub Advanced Security licences purchased",
|
||||
"examples": [
|
||||
4
|
||||
]
|
||||
},
|
||||
"repositories": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -160239,7 +160255,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -161663,7 +161679,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -162396,7 +162412,7 @@
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -162925,7 +162941,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -163534,7 +163550,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -164178,7 +164194,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -164358,7 +164374,7 @@
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -164433,7 +164449,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -164610,7 +164626,7 @@
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -164722,7 +164738,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"commit_sha": {
|
||||
"description": "The SHA of the commit to which the analysis you are uploading relates.",
|
||||
@@ -164936,7 +164952,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"commit_sha": {
|
||||
"description": "The SHA of the commit to which the analysis you are uploading relates.",
|
||||
@@ -251296,6 +251312,8 @@
|
||||
"example": {
|
||||
"total_advanced_security_committers": 2,
|
||||
"total_count": 2,
|
||||
"maximum_advanced_security_committers": 4,
|
||||
"purchased_advanced_security_committers": 4,
|
||||
"repositories": [
|
||||
{
|
||||
"name": "octocat-org/Hello-World",
|
||||
@@ -251341,6 +251359,20 @@
|
||||
2
|
||||
]
|
||||
},
|
||||
"maximum_advanced_security_committers": {
|
||||
"type": "integer",
|
||||
"description": "The total number of GitHub Advanced Security licences required if all repositories were to enable GitHub Advanced Security",
|
||||
"examples": [
|
||||
4
|
||||
]
|
||||
},
|
||||
"purchased_advanced_security_committers": {
|
||||
"type": "integer",
|
||||
"description": "The total number of GitHub Advanced Security licences purchased",
|
||||
"examples": [
|
||||
4
|
||||
]
|
||||
},
|
||||
"repositories": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -555703,7 +555735,7 @@
|
||||
}
|
||||
],
|
||||
"previews": [],
|
||||
"descriptionHTML": "<p>Checks whether a team has <code>admin</code>, <code>push</code>, <code>maintain</code>, <code>triage</code>, or <code>pull</code> permission for a repository. Repositories inherited through a parent team will also be checked.</p>\n<p>You can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/overview/media-types/\">media type</a> via the <code>application/vnd.github.v3.repository+json</code> accept header.</p>\n<p>If a team doesn't have permission for the repository, you will receive a <code>404 Not Found</code> response status.</p>\n<p><strong>Note:</strong> You can also specify a team by <code>org_id</code> and <code>team_id</code> using the route <code>GET /organizations/{org_id}/team/{team_id}/repos/{owner}/{repo}</code>.</p>",
|
||||
"descriptionHTML": "<p>Checks whether a team has <code>admin</code>, <code>push</code>, <code>maintain</code>, <code>triage</code>, or <code>pull</code> permission for a repository. Repositories inherited through a parent team will also be checked.</p>\n<p>You can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/overview/media-types/\">media type</a> via the <code>application/vnd.github.v3.repository+json</code> accept header.</p>\n<p>If a team doesn't have permission for the repository, you will receive a <code>404 Not Found</code> response status.</p>\n<p>If the repository is private, you must have at least <code>read</code> permission for that repository and your token must have the <code>repo</code> scope. Otherwise, you will receive a <code>404 Not Found</code> response status.</p>\n<p><strong>Note:</strong> You can also specify a team by <code>org_id</code> and <code>team_id</code> using the route <code>GET /organizations/{org_id}/team/{team_id}/repos/{owner}/{repo}</code>.</p>",
|
||||
"statusCodes": [
|
||||
{
|
||||
"httpStatusCode": "200",
|
||||
|
||||
@@ -154586,7 +154586,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -156010,7 +156010,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -156743,7 +156743,7 @@
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -157272,7 +157272,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -157881,7 +157881,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -158525,7 +158525,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -158705,7 +158705,7 @@
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -158780,7 +158780,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -158957,7 +158957,7 @@
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -159069,7 +159069,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"commit_sha": {
|
||||
"description": "The SHA of the commit to which the analysis you are uploading relates.",
|
||||
@@ -159283,7 +159283,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"commit_sha": {
|
||||
"description": "The SHA of the commit to which the analysis you are uploading relates.",
|
||||
@@ -478982,7 +478982,7 @@
|
||||
}
|
||||
],
|
||||
"previews": [],
|
||||
"descriptionHTML": "<p>Checks whether a team has <code>admin</code>, <code>push</code>, <code>maintain</code>, <code>triage</code>, or <code>pull</code> permission for a repository. Repositories inherited through a parent team will also be checked.</p>\n<p>You can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom <a href=\"https://docs.github.com/enterprise-server@3.10/rest/overview/media-types/\">media type</a> via the <code>application/vnd.github.v3.repository+json</code> accept header.</p>\n<p>If a team doesn't have permission for the repository, you will receive a <code>404 Not Found</code> response status.</p>\n<p><strong>Note:</strong> You can also specify a team by <code>org_id</code> and <code>team_id</code> using the route <code>GET /organizations/{org_id}/team/{team_id}/repos/{owner}/{repo}</code>.</p>",
|
||||
"descriptionHTML": "<p>Checks whether a team has <code>admin</code>, <code>push</code>, <code>maintain</code>, <code>triage</code>, or <code>pull</code> permission for a repository. Repositories inherited through a parent team will also be checked.</p>\n<p>You can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom <a href=\"https://docs.github.com/enterprise-server@3.10/rest/overview/media-types/\">media type</a> via the <code>application/vnd.github.v3.repository+json</code> accept header.</p>\n<p>If a team doesn't have permission for the repository, you will receive a <code>404 Not Found</code> response status.</p>\n<p>If the repository is private, you must have at least <code>read</code> permission for that repository and your token must have the <code>repo</code> scope. Otherwise, you will receive a <code>404 Not Found</code> response status.</p>\n<p><strong>Note:</strong> You can also specify a team by <code>org_id</code> and <code>team_id</code> using the route <code>GET /organizations/{org_id}/team/{team_id}/repos/{owner}/{repo}</code>.</p>",
|
||||
"statusCodes": [
|
||||
{
|
||||
"httpStatusCode": "200",
|
||||
|
||||
@@ -154610,7 +154610,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -156034,7 +156034,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -156767,7 +156767,7 @@
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -157296,7 +157296,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -157905,7 +157905,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -158549,7 +158549,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -158729,7 +158729,7 @@
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -158804,7 +158804,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -158981,7 +158981,7 @@
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -159093,7 +159093,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"commit_sha": {
|
||||
"description": "The SHA of the commit to which the analysis you are uploading relates.",
|
||||
@@ -159307,7 +159307,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"commit_sha": {
|
||||
"description": "The SHA of the commit to which the analysis you are uploading relates.",
|
||||
@@ -331003,6 +331003,7 @@
|
||||
"members_can_fork_private_repositories": false,
|
||||
"web_commit_signoff_required": false,
|
||||
"updated_at": "2014-03-03T18:58:10Z",
|
||||
"archived_at": null,
|
||||
"dependency_graph_enabled_for_new_repositories": false,
|
||||
"dependabot_alerts_enabled_for_new_repositories": false,
|
||||
"dependabot_security_updates_enabled_for_new_repositories": false,
|
||||
@@ -331747,6 +331748,7 @@
|
||||
"members_can_fork_private_repositories": false,
|
||||
"web_commit_signoff_required": false,
|
||||
"updated_at": "2014-03-03T18:58:10Z",
|
||||
"archived_at": null,
|
||||
"dependency_graph_enabled_for_new_repositories": false,
|
||||
"dependabot_alerts_enabled_for_new_repositories": false,
|
||||
"dependabot_security_updates_enabled_for_new_repositories": false,
|
||||
@@ -492837,7 +492839,7 @@
|
||||
}
|
||||
],
|
||||
"previews": [],
|
||||
"descriptionHTML": "<p>Checks whether a team has <code>admin</code>, <code>push</code>, <code>maintain</code>, <code>triage</code>, or <code>pull</code> permission for a repository. Repositories inherited through a parent team will also be checked.</p>\n<p>You can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom <a href=\"https://docs.github.com/enterprise-server@3.11/rest/overview/media-types/\">media type</a> via the <code>application/vnd.github.v3.repository+json</code> accept header.</p>\n<p>If a team doesn't have permission for the repository, you will receive a <code>404 Not Found</code> response status.</p>\n<p><strong>Note:</strong> You can also specify a team by <code>org_id</code> and <code>team_id</code> using the route <code>GET /organizations/{org_id}/team/{team_id}/repos/{owner}/{repo}</code>.</p>",
|
||||
"descriptionHTML": "<p>Checks whether a team has <code>admin</code>, <code>push</code>, <code>maintain</code>, <code>triage</code>, or <code>pull</code> permission for a repository. Repositories inherited through a parent team will also be checked.</p>\n<p>You can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom <a href=\"https://docs.github.com/enterprise-server@3.11/rest/overview/media-types/\">media type</a> via the <code>application/vnd.github.v3.repository+json</code> accept header.</p>\n<p>If a team doesn't have permission for the repository, you will receive a <code>404 Not Found</code> response status.</p>\n<p>If the repository is private, you must have at least <code>read</code> permission for that repository and your token must have the <code>repo</code> scope. Otherwise, you will receive a <code>404 Not Found</code> response status.</p>\n<p><strong>Note:</strong> You can also specify a team by <code>org_id</code> and <code>team_id</code> using the route <code>GET /organizations/{org_id}/team/{team_id}/repos/{owner}/{repo}</code>.</p>",
|
||||
"statusCodes": [
|
||||
{
|
||||
"httpStatusCode": "200",
|
||||
|
||||
@@ -147629,7 +147629,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -148362,7 +148362,7 @@
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -148871,7 +148871,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -149480,7 +149480,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -150124,7 +150124,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -150304,7 +150304,7 @@
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -150379,7 +150379,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -150556,7 +150556,7 @@
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -150641,7 +150641,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"commit_sha": {
|
||||
"description": "The SHA of the commit to which the analysis you are uploading relates.",
|
||||
@@ -150855,7 +150855,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"commit_sha": {
|
||||
"description": "The SHA of the commit to which the analysis you are uploading relates.",
|
||||
@@ -439854,7 +439854,7 @@
|
||||
}
|
||||
],
|
||||
"previews": [],
|
||||
"descriptionHTML": "<p>Checks whether a team has <code>admin</code>, <code>push</code>, <code>maintain</code>, <code>triage</code>, or <code>pull</code> permission for a repository. Repositories inherited through a parent team will also be checked.</p>\n<p>You can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom <a href=\"https://docs.github.com/enterprise-server@3.6/rest/overview/media-types/\">media type</a> via the <code>application/vnd.github.v3.repository+json</code> accept header.</p>\n<p>If a team doesn't have permission for the repository, you will receive a <code>404 Not Found</code> response status.</p>\n<p><strong>Note:</strong> You can also specify a team by <code>org_id</code> and <code>team_id</code> using the route <code>GET /organizations/{org_id}/team/{team_id}/repos/{owner}/{repo}</code>.</p>",
|
||||
"descriptionHTML": "<p>Checks whether a team has <code>admin</code>, <code>push</code>, <code>maintain</code>, <code>triage</code>, or <code>pull</code> permission for a repository. Repositories inherited through a parent team will also be checked.</p>\n<p>You can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom <a href=\"https://docs.github.com/enterprise-server@3.6/rest/overview/media-types/\">media type</a> via the <code>application/vnd.github.v3.repository+json</code> accept header.</p>\n<p>If a team doesn't have permission for the repository, you will receive a <code>404 Not Found</code> response status.</p>\n<p>If the repository is private, you must have at least <code>read</code> permission for that repository and your token must have the <code>repo</code> scope. Otherwise, you will receive a <code>404 Not Found</code> response status.</p>\n<p><strong>Note:</strong> You can also specify a team by <code>org_id</code> and <code>team_id</code> using the route <code>GET /organizations/{org_id}/team/{team_id}/repos/{owner}/{repo}</code>.</p>",
|
||||
"statusCodes": [
|
||||
{
|
||||
"httpStatusCode": "200",
|
||||
|
||||
@@ -148616,7 +148616,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -150020,7 +150020,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -150753,7 +150753,7 @@
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -151262,7 +151262,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -151871,7 +151871,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -152515,7 +152515,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -152695,7 +152695,7 @@
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -152770,7 +152770,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -152947,7 +152947,7 @@
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -153059,7 +153059,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"commit_sha": {
|
||||
"description": "The SHA of the commit to which the analysis you are uploading relates.",
|
||||
@@ -153273,7 +153273,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"commit_sha": {
|
||||
"description": "The SHA of the commit to which the analysis you are uploading relates.",
|
||||
@@ -443769,7 +443769,7 @@
|
||||
}
|
||||
],
|
||||
"previews": [],
|
||||
"descriptionHTML": "<p>Checks whether a team has <code>admin</code>, <code>push</code>, <code>maintain</code>, <code>triage</code>, or <code>pull</code> permission for a repository. Repositories inherited through a parent team will also be checked.</p>\n<p>You can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom <a href=\"https://docs.github.com/enterprise-server@3.7/rest/overview/media-types/\">media type</a> via the <code>application/vnd.github.v3.repository+json</code> accept header.</p>\n<p>If a team doesn't have permission for the repository, you will receive a <code>404 Not Found</code> response status.</p>\n<p><strong>Note:</strong> You can also specify a team by <code>org_id</code> and <code>team_id</code> using the route <code>GET /organizations/{org_id}/team/{team_id}/repos/{owner}/{repo}</code>.</p>",
|
||||
"descriptionHTML": "<p>Checks whether a team has <code>admin</code>, <code>push</code>, <code>maintain</code>, <code>triage</code>, or <code>pull</code> permission for a repository. Repositories inherited through a parent team will also be checked.</p>\n<p>You can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom <a href=\"https://docs.github.com/enterprise-server@3.7/rest/overview/media-types/\">media type</a> via the <code>application/vnd.github.v3.repository+json</code> accept header.</p>\n<p>If a team doesn't have permission for the repository, you will receive a <code>404 Not Found</code> response status.</p>\n<p>If the repository is private, you must have at least <code>read</code> permission for that repository and your token must have the <code>repo</code> scope. Otherwise, you will receive a <code>404 Not Found</code> response status.</p>\n<p><strong>Note:</strong> You can also specify a team by <code>org_id</code> and <code>team_id</code> using the route <code>GET /organizations/{org_id}/team/{team_id}/repos/{owner}/{repo}</code>.</p>",
|
||||
"statusCodes": [
|
||||
{
|
||||
"httpStatusCode": "200",
|
||||
|
||||
@@ -151949,7 +151949,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -153373,7 +153373,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -154106,7 +154106,7 @@
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -154635,7 +154635,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -155244,7 +155244,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -155888,7 +155888,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -156068,7 +156068,7 @@
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -156143,7 +156143,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -156320,7 +156320,7 @@
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -156432,7 +156432,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"commit_sha": {
|
||||
"description": "The SHA of the commit to which the analysis you are uploading relates.",
|
||||
@@ -156646,7 +156646,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"commit_sha": {
|
||||
"description": "The SHA of the commit to which the analysis you are uploading relates.",
|
||||
@@ -454074,7 +454074,7 @@
|
||||
}
|
||||
],
|
||||
"previews": [],
|
||||
"descriptionHTML": "<p>Checks whether a team has <code>admin</code>, <code>push</code>, <code>maintain</code>, <code>triage</code>, or <code>pull</code> permission for a repository. Repositories inherited through a parent team will also be checked.</p>\n<p>You can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom <a href=\"https://docs.github.com/enterprise-server@3.8/rest/overview/media-types/\">media type</a> via the <code>application/vnd.github.v3.repository+json</code> accept header.</p>\n<p>If a team doesn't have permission for the repository, you will receive a <code>404 Not Found</code> response status.</p>\n<p><strong>Note:</strong> You can also specify a team by <code>org_id</code> and <code>team_id</code> using the route <code>GET /organizations/{org_id}/team/{team_id}/repos/{owner}/{repo}</code>.</p>",
|
||||
"descriptionHTML": "<p>Checks whether a team has <code>admin</code>, <code>push</code>, <code>maintain</code>, <code>triage</code>, or <code>pull</code> permission for a repository. Repositories inherited through a parent team will also be checked.</p>\n<p>You can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom <a href=\"https://docs.github.com/enterprise-server@3.8/rest/overview/media-types/\">media type</a> via the <code>application/vnd.github.v3.repository+json</code> accept header.</p>\n<p>If a team doesn't have permission for the repository, you will receive a <code>404 Not Found</code> response status.</p>\n<p>If the repository is private, you must have at least <code>read</code> permission for that repository and your token must have the <code>repo</code> scope. Otherwise, you will receive a <code>404 Not Found</code> response status.</p>\n<p><strong>Note:</strong> You can also specify a team by <code>org_id</code> and <code>team_id</code> using the route <code>GET /organizations/{org_id}/team/{team_id}/repos/{owner}/{repo}</code>.</p>",
|
||||
"statusCodes": [
|
||||
{
|
||||
"httpStatusCode": "200",
|
||||
|
||||
@@ -153323,7 +153323,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -154747,7 +154747,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -155480,7 +155480,7 @@
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -156009,7 +156009,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -156618,7 +156618,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -157262,7 +157262,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -157442,7 +157442,7 @@
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -157517,7 +157517,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"analysis_key": {
|
||||
"type": "string",
|
||||
@@ -157694,7 +157694,7 @@
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -157806,7 +157806,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"commit_sha": {
|
||||
"description": "The SHA of the commit to which the analysis you are uploading relates.",
|
||||
@@ -158020,7 +158020,7 @@
|
||||
"properties": {
|
||||
"ref": {
|
||||
"type": "string",
|
||||
"description": "The full Git reference, formatted as `refs/heads/<branch name>`,\n`refs/pull/<number>/merge`, or `refs/pull/<number>/head`."
|
||||
"description": "The Git reference, formatted as `refs/pull/<number>/merge`, `refs/pull/<number>/head`,\n`refs/heads/<branch name>` or simply `<branch name>`."
|
||||
},
|
||||
"commit_sha": {
|
||||
"description": "The SHA of the commit to which the analysis you are uploading relates.",
|
||||
@@ -472487,7 +472487,7 @@
|
||||
}
|
||||
],
|
||||
"previews": [],
|
||||
"descriptionHTML": "<p>Checks whether a team has <code>admin</code>, <code>push</code>, <code>maintain</code>, <code>triage</code>, or <code>pull</code> permission for a repository. Repositories inherited through a parent team will also be checked.</p>\n<p>You can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom <a href=\"https://docs.github.com/enterprise-server@3.9/rest/overview/media-types/\">media type</a> via the <code>application/vnd.github.v3.repository+json</code> accept header.</p>\n<p>If a team doesn't have permission for the repository, you will receive a <code>404 Not Found</code> response status.</p>\n<p><strong>Note:</strong> You can also specify a team by <code>org_id</code> and <code>team_id</code> using the route <code>GET /organizations/{org_id}/team/{team_id}/repos/{owner}/{repo}</code>.</p>",
|
||||
"descriptionHTML": "<p>Checks whether a team has <code>admin</code>, <code>push</code>, <code>maintain</code>, <code>triage</code>, or <code>pull</code> permission for a repository. Repositories inherited through a parent team will also be checked.</p>\n<p>You can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom <a href=\"https://docs.github.com/enterprise-server@3.9/rest/overview/media-types/\">media type</a> via the <code>application/vnd.github.v3.repository+json</code> accept header.</p>\n<p>If a team doesn't have permission for the repository, you will receive a <code>404 Not Found</code> response status.</p>\n<p>If the repository is private, you must have at least <code>read</code> permission for that repository and your token must have the <code>repo</code> scope. Otherwise, you will receive a <code>404 Not Found</code> response status.</p>\n<p><strong>Note:</strong> You can also specify a team by <code>org_id</code> and <code>team_id</code> using the route <code>GET /organizations/{org_id}/team/{team_id}/repos/{owner}/{repo}</code>.</p>",
|
||||
"statusCodes": [
|
||||
{
|
||||
"httpStatusCode": "200",
|
||||
|
||||
@@ -39,5 +39,5 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"sha": "b82b3990d4d99dfecec33caa6e8715985dbadedf"
|
||||
"sha": "b164298e5a5db36254a3029219f443f253d79147"
|
||||
}
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"sha": "b82b3990d4d99dfecec33caa6e8715985dbadedf"
|
||||
"sha": "b164298e5a5db36254a3029219f443f253d79147"
|
||||
}
|
||||
Reference in New Issue
Block a user