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:

0 commit comments

Comments
 (0)