Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,421 changes: 849 additions & 572 deletions cache/api.github.com.json

Large diffs are not rendered by default.

1,224 changes: 879 additions & 345 deletions cache/ghec.json

Large diffs are not rendered by default.

94 changes: 43 additions & 51 deletions cache/ghes-3.13.json
Original file line number Diff line number Diff line change
Expand Up @@ -21793,29 +21793,15 @@
"example": { "issues": "read", "deployments": "write" }
},
"events": {
"description": "The list of events for the GitHub app",
"description": "The list of events for the GitHub app. Note that the `installation_target`, `security_advisory`, and `meta` events are not included because they are global events and not specific to an installation.",
"type": "array",
"items": { "type": "string" },
"examples": ["label", "deployment"]
},
"installations_count": {
"description": "The number of installations associated with the GitHub app",
"description": "The number of installations associated with the GitHub app. Only returned when the integration is requesting details about itself.",
"type": "integer",
"examples": [5]
},
"client_secret": {
"type": "string",
"examples": ["\"1d4b2097ac622ba702d19de498f005747a8b21d3\""]
},
"webhook_secret": {
"type": ["string", "null"],
"examples": ["\"6fba8f2fc8a7e8f2cca5577eddd82ca7586b3b6b\""]
},
"pem": {
"type": "string",
"examples": [
"\"-----BEGIN RSA PRIVATE KEY-----\\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\\n-----END RSA PRIVATE KEY-----\\n\""
]
}
},
"required": [
Expand Down Expand Up @@ -22749,6 +22735,14 @@
"anonymous_access_enabled": {
"type": "boolean",
"description": "Whether anonymous git access is enabled for this repository"
},
"code_search_index_status": {
"type": "object",
"description": "The status of the code search index for this repository",
"properties": {
"lexical_search_ok": { "type": "boolean" },
"lexical_commit_sha": { "type": "string" }
}
}
},
"required": [
Expand Down Expand Up @@ -38985,6 +38979,7 @@
},
"content_type": { "type": "string" },
"size": { "type": "integer" },
"digest": { "type": ["string", "null"] },
"download_count": { "type": "integer" },
"created_at": { "type": "string", "format": "date-time" },
"updated_at": { "type": "string", "format": "date-time" },
Expand All @@ -39000,6 +38995,7 @@
"name",
"content_type",
"size",
"digest",
"state",
"url",
"node_id",
Expand Down Expand Up @@ -47472,6 +47468,7 @@
},
"node_id": { "type": "string" },
"size": { "type": "integer" },
"digest": { "type": ["string", "null"] },
"state": {
"description": "State of the release asset.",
"type": "string",
Expand Down Expand Up @@ -47531,6 +47528,7 @@
"name",
"label",
"state",
"digest",
"content_type",
"size",
"download_count",
Expand Down Expand Up @@ -47691,6 +47689,7 @@
"state",
"content_type",
"size",
"digest",
"download_count",
"created_at",
"updated_at"
Expand All @@ -47708,6 +47707,7 @@
},
"node_id": { "type": "string" },
"size": { "type": "integer" },
"digest": { "type": ["string", "null"] },
"state": {
"description": "State of the release asset.",
"type": "string",
Expand Down Expand Up @@ -60107,7 +60107,8 @@
"type": "string",
"enum": ["Bot", "User", "Organization"]
},
"url": { "type": "string", "format": "uri" }
"url": { "type": "string", "format": "uri" },
"user_view_type": { "type": "string" }
},
"required": ["login", "id"]
}
Expand Down Expand Up @@ -64975,31 +64976,10 @@
"user_view_type": { "type": "string" }
},
"required": ["login", "id"]
}
},
"type": { "$ref": "#/components/schemas/issue-type" }
},
"required": [
"url",
"repository_url",
"labels_url",
"comments_url",
"events_url",
"html_url",
"id",
"node_id",
"number",
"title",
"user",
"assignees",
"milestone",
"comments",
"created_at",
"updated_at",
"closed_at",
"author_association",
"active_lock_reason",
"body",
"reactions"
]
"required": ["id", "number"]
},
"old_repository": {
"title": "Repository",
Expand Down Expand Up @@ -112996,6 +112976,7 @@
"name",
"label",
"state",
"digest",
"content_type",
"size",
"download_count",
Expand All @@ -113018,6 +112999,7 @@
},
"node_id": { "type": "string" },
"size": { "type": "integer" },
"digest": { "type": ["string", "null"] },
"state": {
"description": "State of the release asset.",
"type": "string",
Expand Down Expand Up @@ -121133,6 +121115,7 @@
"cookie": "https://github.githubassets.com/images/icons/emoji/unicode/1f36a.png?v8",
"cool": "https://github.githubassets.com/images/icons/emoji/unicode/1f192.png?v8",
"cop": "https://github.githubassets.com/images/icons/emoji/unicode/1f46e.png?v8",
"copilot": "https://github.githubassets.com/images/icons/emoji/copilot.png?v8",
"copyright": "https://github.githubassets.com/images/icons/emoji/unicode/00a9.png?v8",
"corn": "https://github.githubassets.com/images/icons/emoji/unicode/1f33d.png?v8",
"costa_rica": "https://github.githubassets.com/images/icons/emoji/unicode/1f1e8-1f1f7.png?v8",
Expand Down Expand Up @@ -139717,6 +139700,7 @@
"state": "uploaded",
"content_type": "application/zip",
"size": 1024,
"digest": "sha256:2151b604e3429bff440b9fbc03eb3617bc2603cda96c95b9bb05277f9ddba255",
"download_count": 42,
"created_at": "2013-02-27T19:35:32Z",
"updated_at": "2013-02-27T19:35:32Z",
Expand Down Expand Up @@ -139795,6 +139779,7 @@
"state": "uploaded",
"content_type": "application/zip",
"size": 1024,
"digest": "sha256:2151b604e3429bff440b9fbc03eb3617bc2603cda96c95b9bb05277f9ddba255",
"download_count": 42,
"created_at": "2013-02-27T19:35:32Z",
"updated_at": "2013-02-27T19:35:32Z",
Expand Down Expand Up @@ -139833,6 +139818,7 @@
"state": "uploaded",
"content_type": "application/zip",
"size": 1024,
"digest": "sha256:2151b604e3429bff440b9fbc03eb3617bc2603cda96c95b9bb05277f9ddba255",
"download_count": 42,
"created_at": "2013-02-27T19:35:32Z",
"updated_at": "2013-02-27T19:35:32Z",
Expand Down Expand Up @@ -139876,6 +139862,7 @@
"state": "uploaded",
"content_type": "application/zip",
"size": 1024,
"digest": "sha256:2151b604e3429bff440b9fbc03eb3617bc2603cda96c95b9bb05277f9ddba255",
"download_count": 42,
"created_at": "2013-02-27T19:35:32Z",
"updated_at": "2013-02-27T19:35:32Z",
Expand Down Expand Up @@ -139913,6 +139900,7 @@
"state": "uploaded",
"content_type": "application/zip",
"size": 1024,
"digest": "sha256:2151b604e3429bff440b9fbc03eb3617bc2603cda96c95b9bb05277f9ddba255",
"download_count": 42,
"created_at": "2013-02-27T19:35:32Z",
"updated_at": "2013-02-27T19:35:32Z",
Expand Down Expand Up @@ -145588,6 +145576,20 @@
"description": "A comma-separated list of package names. If specified, only alerts for these packages will be returned.",
"schema": { "type": "string" }
},
"dependabot-alert-comma-separated-has": {
"name": "has",
"in": "query",
"description": "Filters the list of alerts based on whether the alert has the given value. If specified, only alerts meeting this criterion will be returned.\nMultiple `has` filters can be passed to filter for alerts that have all of the values. Currently, only `patch` is supported.",
"schema": {
"oneOf": [
{ "type": "string" },
{
"type": "array",
"items": { "type": "string", "enum": ["patch"] }
}
]
}
},
"dependabot-alert-scope": {
"name": "scope",
"in": "query",
Expand Down Expand Up @@ -145662,16 +145664,6 @@
"required": false,
"schema": { "type": "string" }
},
"advanced-security-product": {
"name": "advanced_security_product",
"in": "query",
"description": "The security feature to get GitHub Advanced Security active committers for.",
"required": false,
"schema": {
"type": "string",
"enum": ["code_security", "secret_protection"]
}
},
"enterprise-security-product": {
"name": "security_product",
"in": "path",
Expand Down
Loading