You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: descriptions-next/api.github.com/dereferenced/api.github.com.deref.json
+112Lines changed: 112 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -310986,12 +310986,24 @@
310986
310986
"\"json\""
310987
310987
]
310988
310988
},
310989
+
"digest": {
310990
+
"type": "string",
310991
+
"examples": [
310992
+
"\"sha256\""
310993
+
]
310994
+
},
310989
310995
"secret": {
310990
310996
"type": "string",
310991
310997
"description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://docs.github.com/webhooks/event-payloads/#delivery-headers).",
310992
310998
"examples": [
310993
310999
"\"********\""
310994
311000
]
311001
+
},
311002
+
"token": {
311003
+
"type": "string",
311004
+
"examples": [
311005
+
"\"abc\""
311006
+
]
310995
311007
}
310996
311008
}
310997
311009
},
@@ -311244,6 +311256,18 @@
311244
311256
"type": "number"
311245
311257
}
311246
311258
]
311259
+
},
311260
+
"token": {
311261
+
"type": "string",
311262
+
"examples": [
311263
+
"\"abc\""
311264
+
]
311265
+
},
311266
+
"digest": {
311267
+
"type": "string",
311268
+
"examples": [
311269
+
"\"sha256\""
311270
+
]
311247
311271
}
311248
311272
}
311249
311273
},
@@ -311386,12 +311410,24 @@
311386
311410
"\"json\""
311387
311411
]
311388
311412
},
311413
+
"digest": {
311414
+
"type": "string",
311415
+
"examples": [
311416
+
"\"sha256\""
311417
+
]
311418
+
},
311389
311419
"secret": {
311390
311420
"type": "string",
311391
311421
"description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://docs.github.com/webhooks/event-payloads/#delivery-headers).",
311392
311422
"examples": [
311393
311423
"\"********\""
311394
311424
]
311425
+
},
311426
+
"token": {
311427
+
"type": "string",
311428
+
"examples": [
311429
+
"\"abc\""
311430
+
]
311395
311431
}
311396
311432
}
311397
311433
},
@@ -311801,12 +311837,24 @@
311801
311837
"\"json\""
311802
311838
]
311803
311839
},
311840
+
"digest": {
311841
+
"type": "string",
311842
+
"examples": [
311843
+
"\"sha256\""
311844
+
]
311845
+
},
311804
311846
"secret": {
311805
311847
"type": "string",
311806
311848
"description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://docs.github.com/webhooks/event-payloads/#delivery-headers).",
311807
311849
"examples": [
311808
311850
"\"********\""
311809
311851
]
311852
+
},
311853
+
"token": {
311854
+
"type": "string",
311855
+
"examples": [
311856
+
"\"abc\""
311857
+
]
311810
311858
}
311811
311859
}
311812
311860
},
@@ -312213,12 +312261,24 @@
312213
312261
"\"json\""
312214
312262
]
312215
312263
},
312264
+
"digest": {
312265
+
"type": "string",
312266
+
"examples": [
312267
+
"\"sha256\""
312268
+
]
312269
+
},
312216
312270
"secret": {
312217
312271
"type": "string",
312218
312272
"description": "If provided, the `secret` will be used as the `key` to generate the HMAC hex digest value for [delivery signature headers](https://docs.github.com/webhooks/event-payloads/#delivery-headers).",
0 commit comments