|
1 | 1 | {
|
2 | 2 | "openapi": "3.0.3",
|
3 | 3 | "info": {
|
4 |
| - "version": "1.1.0", |
| 4 | + "version": "1.1.1", |
5 | 5 | "title": "GitHub v3 REST API",
|
6 | 6 | "description": "GitHub's v3 REST API.",
|
7 | 7 | "license": {
|
@@ -116148,7 +116148,7 @@
|
116148 | 116148 | "/repos/{owner}/{repo}/check-runs": {
|
116149 | 116149 | "post": {
|
116150 | 116150 | "summary": "Create a check run",
|
116151 |
| - "description": "**Note:** The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty `pull_requests` array.\n\nCreates a new check run for a specific commit in a repository. Your GitHub App must have the `checks:write` permission to create check runs.", |
| 116151 | + "description": "**Note:** The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty `pull_requests` array.\n\nCreates a new check run for a specific commit in a repository. Your GitHub App must have the `checks:write` permission to create check runs.\n\nIn a check suite, GitHub limits the number of check runs with the same name to 1000. Once these check runs exceed 1000, GitHub will start to automatically delete older check runs.", |
116152 | 116152 | "tags": [
|
116153 | 116153 | "checks"
|
116154 | 116154 | ],
|
@@ -123639,7 +123639,7 @@
|
123639 | 123639 | }
|
123640 | 123640 | },
|
123641 | 123641 | "404": {
|
123642 |
| - "description": "Response if the ref doesn't match an existing ref" |
| 123642 | + "description": "Response if the ref does not match an existing ref" |
123643 | 123643 | },
|
123644 | 123644 | "503": {
|
123645 | 123645 | "description": "Service Unavailable",
|
@@ -124500,8 +124500,11 @@
|
124500 | 124500 | }
|
124501 | 124501 | }
|
124502 | 124502 | },
|
| 124503 | + "403": { |
| 124504 | + "description": "Response if the repository is archived" |
| 124505 | + }, |
124503 | 124506 | "503": {
|
124504 |
| - "description": "When code scanning isn't available you can try again at a later time" |
| 124507 | + "description": "Response when code scanning is not available and you should try again at a later time" |
124505 | 124508 | }
|
124506 | 124509 | },
|
124507 | 124510 | "x-github": {
|
@@ -124736,6 +124739,9 @@
|
124736 | 124739 | "202": {
|
124737 | 124740 | "description": "response"
|
124738 | 124741 | },
|
| 124742 | + "403": { |
| 124743 | + "description": "Response if the repository is archived" |
| 124744 | + }, |
124739 | 124745 | "404": {
|
124740 | 124746 | "description": "Response if `commit_sha` or `ref` cannot be found"
|
124741 | 124747 | }
|
|
0 commit comments