Skip to content

Commit 943de1e

Browse files
Update OpenAPI 3.0 Descriptions
1 parent 6103038 commit 943de1e

28 files changed

+2902
-0
lines changed

descriptions/api.github.com/api.github.com.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60641,6 +60641,10 @@
6064160641
"starred_at": {
6064260642
"type": "string",
6064360643
"example": "\"2020-07-09T00:17:42Z\""
60644+
},
60645+
"anonymous_access_enabled": {
60646+
"type": "boolean",
60647+
"description": "Whether anonymous git access is enabled for this repository"
6064460648
}
6064560649
},
6064660650
"required": [
@@ -65589,6 +65593,10 @@
6558965593
"starred_at": {
6559065594
"type": "string",
6559165595
"example": "\"2020-07-09T00:17:42Z\""
65596+
},
65597+
"anonymous_access_enabled": {
65598+
"type": "boolean",
65599+
"description": "Whether anonymous git access is enabled for this repository"
6559265600
}
6559365601
},
6559465602
"required": [

descriptions/api.github.com/api.github.com.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43730,6 +43730,9 @@ components:
4373043730
starred_at:
4373143731
type: string
4373243732
example: '"2020-07-09T00:17:42Z"'
43733+
anonymous_access_enabled:
43734+
type: boolean
43735+
description: Whether anonymous git access is enabled for this repository
4373343736
required:
4373443737
- archive_url
4373543738
- assignees_url
@@ -47613,6 +47616,9 @@ components:
4761347616
starred_at:
4761447617
type: string
4761547618
example: '"2020-07-09T00:17:42Z"'
47619+
anonymous_access_enabled:
47620+
type: boolean
47621+
description: Whether anonymous git access is enabled for this repository
4761647622
required:
4761747623
- archive_url
4761847624
- assignees_url

descriptions/api.github.com/dereferenced/api.github.com.deref.json

Lines changed: 492 additions & 0 deletions
Large diffs are not rendered by default.

descriptions/api.github.com/dereferenced/api.github.com.deref.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2585,6 +2585,10 @@ paths:
25852585
starred_at:
25862586
type: string
25872587
example: '"2020-07-09T00:17:42Z"'
2588+
anonymous_access_enabled:
2589+
type: boolean
2590+
description: Whether anonymous git access is enabled for
2591+
this repository
25882592
required: &95
25892593
- archive_url
25902594
- assignees_url

0 commit comments

Comments
 (0)