Skip to content

Commit f085932

Browse files
github-actions[bot]Octokit Bot
andauthored
fix: remove empty strings from union, remove usage of helper types, description updates (#56)
Co-authored-by: Octokit Bot <[email protected]>
1 parent a8b643d commit f085932

File tree

19 files changed

+193675
-215064
lines changed

19 files changed

+193675
-215064
lines changed

cache/api.github.com.json

Lines changed: 1836 additions & 864 deletions
Large diffs are not rendered by default.

cache/ghec.json

Lines changed: 1784 additions & 812 deletions
Large diffs are not rendered by default.

cache/ghes-3.6.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17787,7 +17787,7 @@
1778717787
"url": "https://enterprise.octocat.com/api/v3/authorizations/2",
1778817788
"app": {
1778917789
"name": "My personal access token",
17790-
"url": "https://docs.github.com/enterprise/rest/reference/enterprise-admin#list-personal-access-tokens",
17790+
"url": "https://docs.github.com/enterprise/rest/enterprise-admin/users#list-personal-access-tokens",
1779117791
"client_id": "00000000000000000000"
1779217792
},
1779317793
"token": "ghp_16C7e42F292c6912E7710c838347Ae178B4a",
@@ -39626,7 +39626,7 @@
3962639626
},
3962739627
"since": {
3962839628
"name": "since",
39629-
"description": "Only show notifications updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.",
39629+
"description": "Only show results that were last updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.",
3963039630
"in": "query",
3963139631
"required": false,
3963239632
"schema": { "type": "string", "format": "date-time" }
@@ -39856,7 +39856,7 @@
3985639856
},
3985739857
"thread-id": {
3985839858
"name": "thread_id",
39859-
"description": "The unique identifier of the notification thread. This corresponds to the value returned in the `id` field when you retrieve notifications (for example with the [`GET /notifications` operation](https://docs.github.com/[email protected]/rest/reference/activity#list-notifications-for-the-authenticated-user)).",
39859+
"description": "The unique identifier of the notification thread. This corresponds to the value returned in the `id` field when you retrieve notifications (for example with the [`GET /notifications` operation](https://docs.github.com/[email protected]/rest/activity/notifications#list-notifications-for-the-authenticated-user)).",
3986039860
"in": "path",
3986139861
"required": true,
3986239862
"schema": { "type": "integer" }
@@ -40599,6 +40599,14 @@
4059940599
}
4060040600
},
4060140601
"found": { "description": "Found" },
40602+
"dependency_review_forbidden": {
40603+
"description": "Response if GitHub Advanced Security is not enabled for this repository",
40604+
"content": {
40605+
"application/json": {
40606+
"schema": { "$ref": "#/components/schemas/basic-error" }
40607+
}
40608+
}
40609+
},
4060240610
"no_content": { "description": "A header with no content is returned." },
4060340611
"scim_bad_request": {
4060440612
"description": "Bad request",

cache/ghes-3.7.json

Lines changed: 96 additions & 84 deletions
Large diffs are not rendered by default.

cache/ghes-3.8.json

Lines changed: 100 additions & 84 deletions
Large diffs are not rendered by default.

cache/ghes-3.9.json

Lines changed: 104 additions & 90 deletions
Large diffs are not rendered by default.

cache/github.ae.json

Lines changed: 76 additions & 83 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)