Skip to content

Commit 015ac73

Browse files
Updating OpenAPI descriptions
1 parent 2b294b6 commit 015ac73

28 files changed

+2710
-274
lines changed

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

Lines changed: 405 additions & 27 deletions
Large diffs are not rendered by default.

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

Lines changed: 296 additions & 27 deletions
Large diffs are not rendered by default.

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

Lines changed: 1006 additions & 20 deletions
Large diffs are not rendered by default.

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

Lines changed: 785 additions & 20 deletions
Large diffs are not rendered by default.

descriptions/ghes-2.18/dereferenced/ghes-2.18.deref.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@
119119
"name": "search",
120120
"description": "Look for stuff on GitHub."
121121
},
122+
{
123+
"name": "secret-scanning",
124+
"description": "Retrieve secret scanning alerts from a repository."
125+
},
122126
{
123127
"name": "teams",
124128
"description": "Interact with GitHub Teams."
@@ -111072,7 +111076,7 @@
111072111076
},
111073111077
"digest": {
111074111078
"type": "string",
111075-
"example": "\"md5\""
111079+
"example": "\"sha256\""
111076111080
},
111077111081
"secret": {
111078111082
"type": "string",
@@ -111293,7 +111297,7 @@
111293111297
},
111294111298
"digest": {
111295111299
"type": "string",
111296-
"example": "\"md5\""
111300+
"example": "\"sha256\""
111297111301
}
111298111302
},
111299111303
"required": [
@@ -111412,7 +111416,7 @@
111412111416
},
111413111417
"digest": {
111414111418
"type": "string",
111415-
"example": "\"md5\""
111419+
"example": "\"sha256\""
111416111420
},
111417111421
"secret": {
111418111422
"type": "string",
@@ -111764,7 +111768,7 @@
111764111768
},
111765111769
"digest": {
111766111770
"type": "string",
111767-
"example": "\"md5\""
111771+
"example": "\"sha256\""
111768111772
},
111769111773
"secret": {
111770111774
"type": "string",
@@ -112101,7 +112105,7 @@
112101112105
},
112102112106
"digest": {
112103112107
"type": "string",
112104-
"example": "\"md5\""
112108+
"example": "\"sha256\""
112105112109
},
112106112110
"secret": {
112107112111
"type": "string",

descriptions/ghes-2.18/dereferenced/ghes-2.18.deref.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ tags:
6464
description: Provisioning of GitHub organization membership for SCIM-enabled providers.
6565
- name: search
6666
description: Look for stuff on GitHub.
67+
- name: secret-scanning
68+
description: Retrieve secret scanning alerts from a repository.
6769
- name: teams
6870
description: Interact with GitHub Teams.
6971
- name: users
@@ -85180,7 +85182,7 @@ paths:
8518085182
example: '"json"'
8518185183
digest:
8518285184
type: string
85183-
example: '"md5"'
85185+
example: '"sha256"'
8518485186
secret:
8518585187
type: string
8518685188
description: If provided, the `secret` will be used as the
@@ -85356,7 +85358,7 @@ paths:
8535685358
example: '"abc"'
8535785359
digest:
8535885360
type: string
85359-
example: '"md5"'
85361+
example: '"sha256"'
8536085362
required:
8536185363
- url
8536285364
events:
@@ -85455,7 +85457,7 @@ paths:
8545585457
example: '"json"'
8545685458
digest:
8545785459
type: string
85458-
example: '"md5"'
85460+
example: '"sha256"'
8545985461
secret:
8546085462
type: string
8546185463
description: If provided, the `secret` will be used as the
@@ -85716,7 +85718,7 @@ paths:
8571685718
example: '"json"'
8571785719
digest:
8571885720
type: string
85719-
example: '"md5"'
85721+
example: '"sha256"'
8572085722
secret:
8572185723
type: string
8572285724
description: If provided, the `secret` will be used as the
@@ -85991,7 +85993,7 @@ paths:
8599185993
example: '"json"'
8599285994
digest:
8599385995
type: string
85994-
example: '"md5"'
85996+
example: '"sha256"'
8599585997
secret:
8599685998
type: string
8599785999
description: If provided, the `secret` will be used as the

descriptions/ghes-2.18/ghes-2.18.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@
119119
"name": "search",
120120
"description": "Look for stuff on GitHub."
121121
},
122+
{
123+
"name": "secret-scanning",
124+
"description": "Retrieve secret scanning alerts from a repository."
125+
},
122126
{
123127
"name": "teams",
124128
"description": "Interact with GitHub Teams."
@@ -18885,7 +18889,7 @@
1888518889
},
1888618890
"digest": {
1888718891
"type": "string",
18888-
"example": "\"md5\""
18892+
"example": "\"sha256\""
1888918893
}
1889018894
},
1889118895
"required": [
@@ -47325,7 +47329,7 @@
4732547329
},
4732647330
"digest": {
4732747331
"type": "string",
47328-
"example": "\"md5\""
47332+
"example": "\"sha256\""
4732947333
},
4733047334
"secret": {
4733147335
"$ref": "#/components/schemas/webhook-config-secret"

descriptions/ghes-2.18/ghes-2.18.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ tags:
6464
description: Provisioning of GitHub organization membership for SCIM-enabled providers.
6565
- name: search
6666
description: Look for stuff on GitHub.
67+
- name: secret-scanning
68+
description: Retrieve secret scanning alerts from a repository.
6769
- name: teams
6870
description: Interact with GitHub Teams.
6971
- name: users
@@ -13958,7 +13960,7 @@ paths:
1395813960
example: '"abc"'
1395913961
digest:
1396013962
type: string
13961-
example: '"md5"'
13963+
example: '"sha256"'
1396213964
required:
1396313965
- url
1396413966
events:
@@ -34485,7 +34487,7 @@ components:
3448534487
"$ref": "#/components/schemas/webhook-config-content-type"
3448634488
digest:
3448734489
type: string
34488-
example: '"md5"'
34490+
example: '"sha256"'
3448934491
secret:
3449034492
"$ref": "#/components/schemas/webhook-config-secret"
3449134493
token:

descriptions/ghes-2.19/dereferenced/ghes-2.19.deref.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@
119119
"name": "search",
120120
"description": "Look for stuff on GitHub."
121121
},
122+
{
123+
"name": "secret-scanning",
124+
"description": "Retrieve secret scanning alerts from a repository."
125+
},
122126
{
123127
"name": "teams",
124128
"description": "Interact with GitHub Teams."
@@ -114248,7 +114252,7 @@
114248114252
},
114249114253
"digest": {
114250114254
"type": "string",
114251-
"example": "\"md5\""
114255+
"example": "\"sha256\""
114252114256
},
114253114257
"secret": {
114254114258
"type": "string",
@@ -114469,7 +114473,7 @@
114469114473
},
114470114474
"digest": {
114471114475
"type": "string",
114472-
"example": "\"md5\""
114476+
"example": "\"sha256\""
114473114477
}
114474114478
},
114475114479
"required": [
@@ -114588,7 +114592,7 @@
114588114592
},
114589114593
"digest": {
114590114594
"type": "string",
114591-
"example": "\"md5\""
114595+
"example": "\"sha256\""
114592114596
},
114593114597
"secret": {
114594114598
"type": "string",
@@ -114940,7 +114944,7 @@
114940114944
},
114941114945
"digest": {
114942114946
"type": "string",
114943-
"example": "\"md5\""
114947+
"example": "\"sha256\""
114944114948
},
114945114949
"secret": {
114946114950
"type": "string",
@@ -115277,7 +115281,7 @@
115277115281
},
115278115282
"digest": {
115279115283
"type": "string",
115280-
"example": "\"md5\""
115284+
"example": "\"sha256\""
115281115285
},
115282115286
"secret": {
115283115287
"type": "string",

descriptions/ghes-2.19/dereferenced/ghes-2.19.deref.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ tags:
6464
description: Provisioning of GitHub organization membership for SCIM-enabled providers.
6565
- name: search
6666
description: Look for stuff on GitHub.
67+
- name: secret-scanning
68+
description: Retrieve secret scanning alerts from a repository.
6769
- name: teams
6870
description: Interact with GitHub Teams.
6971
- name: users
@@ -87553,7 +87555,7 @@ paths:
8755387555
example: '"json"'
8755487556
digest:
8755587557
type: string
87556-
example: '"md5"'
87558+
example: '"sha256"'
8755787559
secret:
8755887560
type: string
8755987561
description: If provided, the `secret` will be used as the
@@ -87729,7 +87731,7 @@ paths:
8772987731
example: '"abc"'
8773087732
digest:
8773187733
type: string
87732-
example: '"md5"'
87734+
example: '"sha256"'
8773387735
required:
8773487736
- url
8773587737
events:
@@ -87828,7 +87830,7 @@ paths:
8782887830
example: '"json"'
8782987831
digest:
8783087832
type: string
87831-
example: '"md5"'
87833+
example: '"sha256"'
8783287834
secret:
8783387835
type: string
8783487836
description: If provided, the `secret` will be used as the
@@ -88089,7 +88091,7 @@ paths:
8808988091
example: '"json"'
8809088092
digest:
8809188093
type: string
88092-
example: '"md5"'
88094+
example: '"sha256"'
8809388095
secret:
8809488096
type: string
8809588097
description: If provided, the `secret` will be used as the
@@ -88364,7 +88366,7 @@ paths:
8836488366
example: '"json"'
8836588367
digest:
8836688368
type: string
88367-
example: '"md5"'
88369+
example: '"sha256"'
8836888370
secret:
8836988371
type: string
8837088372
description: If provided, the `secret` will be used as the

0 commit comments

Comments
 (0)