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/api.github.com/dereferenced/api.github.com.deref.json
+92Lines changed: 92 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -263082,10 +263082,18 @@
263082
263082
"description": "The media type used to serialize the payloads. Supported values include `json` and `form`. The default is `form`.",
263083
263083
"example": "\"json\""
263084
263084
},
263085
+
"digest": {
263086
+
"type": "string",
263087
+
"example": "\"sha256\""
263088
+
},
263085
263089
"secret": {
263086
263090
"type": "string",
263087
263091
"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).",
263088
263092
"example": "\"********\""
263093
+
},
263094
+
"token": {
263095
+
"type": "string",
263096
+
"example": "\"abc\""
263089
263097
}
263090
263098
}
263091
263099
},
@@ -263310,6 +263318,14 @@
263310
263318
"type": "number"
263311
263319
}
263312
263320
]
263321
+
},
263322
+
"token": {
263323
+
"type": "string",
263324
+
"example": "\"abc\""
263325
+
},
263326
+
"digest": {
263327
+
"type": "string",
263328
+
"example": "\"sha256\""
263313
263329
}
263314
263330
}
263315
263331
},
@@ -263432,10 +263448,18 @@
263432
263448
"description": "The media type used to serialize the payloads. Supported values include `json` and `form`. The default is `form`.",
263433
263449
"example": "\"json\""
263434
263450
},
263451
+
"digest": {
263452
+
"type": "string",
263453
+
"example": "\"sha256\""
263454
+
},
263435
263455
"secret": {
263436
263456
"type": "string",
263437
263457
"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).",
263438
263458
"example": "\"********\""
263459
+
},
263460
+
"token": {
263461
+
"type": "string",
263462
+
"example": "\"abc\""
263439
263463
}
263440
263464
}
263441
263465
},
@@ -263801,10 +263825,18 @@
263801
263825
"description": "The media type used to serialize the payloads. Supported values include `json` and `form`. The default is `form`.",
263802
263826
"example": "\"json\""
263803
263827
},
263828
+
"digest": {
263829
+
"type": "string",
263830
+
"example": "\"sha256\""
263831
+
},
263804
263832
"secret": {
263805
263833
"type": "string",
263806
263834
"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).",
263807
263835
"example": "\"********\""
263836
+
},
263837
+
"token": {
263838
+
"type": "string",
263839
+
"example": "\"abc\""
263808
263840
}
263809
263841
}
263810
263842
},
@@ -264161,10 +264193,18 @@
264161
264193
"description": "The media type used to serialize the payloads. Supported values include `json` and `form`. The default is `form`.",
264162
264194
"example": "\"json\""
264163
264195
},
264196
+
"digest": {
264197
+
"type": "string",
264198
+
"example": "\"sha256\""
264199
+
},
264164
264200
"secret": {
264165
264201
"type": "string",
264166
264202
"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