@octokit/openapi 16.2.0 → 16.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/generated/api.github.com.deref.json +17 -15
- package/generated/api.github.com.json +232 -549
- package/generated/ghec.deref.json +17 -15
- package/generated/ghec.json +232 -549
- package/generated/ghes-3.10.deref.json +13 -13
- package/generated/ghes-3.10.json +181 -502
- package/generated/ghes-3.11.deref.json +17 -15
- package/generated/ghes-3.11.json +232 -549
- package/generated/ghes-3.12.deref.json +371 -15
- package/generated/ghes-3.12.json +586 -549
- package/generated/ghes-3.9.deref.json +13 -13
- package/generated/ghes-3.9.json +177 -490
- package/generated/github.ae.deref.json +1 -1
- package/generated/github.ae.json +1 -1
- package/package.json +1 -1
package/generated/ghec.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "16.
|
|
4
|
+
"version": "16.4.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -1770,7 +1770,7 @@
|
|
|
1770
1770
|
"/app/installations/{installation_id}/access_tokens": {
|
|
1771
1771
|
"post": {
|
|
1772
1772
|
"summary": "Create an installation access token for an app",
|
|
1773
|
-
"description": "Creates an installation access token that enables a GitHub App to make authenticated API requests for the app's installation on an organization or individual account. Installation tokens expire one hour from the time you create them. Using an expired token produces a status code of `401 - Unauthorized`, and requires creating a new installation token. By default the installation token has access to all repositories that the installation can access
|
|
1773
|
+
"description": "Creates an installation access token that enables a GitHub App to make authenticated API requests for the app's installation on an organization or individual account. Installation tokens expire one hour from the time you create them. Using an expired token produces a status code of `401 - Unauthorized`, and requires creating a new installation token. By default the installation token has access to all repositories that the installation can access.\n\nOptionally, you can use the `repositories` or `repository_ids` body parameters to specify individual repositories that the installation access token can access. If you don't use `repositories` or `repository_ids` to grant access to specific repositories, the installation access token will have access to all repositories that the installation was granted access to. The installation access token cannot be granted access to repositories that the installation was not granted access to. Up to 500 repositories can be listed in this manner.\n\nOptionally, use the `permissions` body parameter to specify the permissions that the installation access token should have. If `permissions` is not specified, the installation access token will have all of the permissions that were granted to the app. The installation access token cannot be granted permissions that the app was not granted.\n\nWhen using the repository or permission parameters to reduce the access of the token, the complexity of the token is increased due to both the number of permissions in the request and the number of repositories the token will have access to. If the complexity is too large, the token will fail to be issued. If this occurs, the error message will indicate the maximum number of repositories that should be requested. For the average application requesting 8 permissions, this limit is around 5000 repositories. With fewer permissions requested, more repositories are supported.\n\nYou must use a [JWT](https://docs.github.com/enterprise-cloud@latest//apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint.",
|
|
1774
1774
|
"tags": [
|
|
1775
1775
|
"apps"
|
|
1776
1776
|
],
|
|
@@ -15822,7 +15822,7 @@
|
|
|
15822
15822
|
"/orgs/{org}/hooks": {
|
|
15823
15823
|
"get": {
|
|
15824
15824
|
"summary": "List organization webhooks",
|
|
15825
|
-
"description": "You must be an organization owner or have the \"Manage organization webhooks\" permission to use this endpoint
|
|
15825
|
+
"description": "You must be an organization owner or have the \"Manage organization webhooks\" permission to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need `admin:org_hook` scope. OAuth apps cannot list, view, or edit webhooks\nthat they did not create and users cannot list, view, or edit webhooks that were created by OAuth apps.",
|
|
15826
15826
|
"tags": [
|
|
15827
15827
|
"orgs"
|
|
15828
15828
|
],
|
|
@@ -15880,7 +15880,7 @@
|
|
|
15880
15880
|
},
|
|
15881
15881
|
"post": {
|
|
15882
15882
|
"summary": "Create an organization webhook",
|
|
15883
|
-
"description": "You must be an organization owner or have the \"Manage organization webhooks\" permission to use this endpoint
|
|
15883
|
+
"description": "You must be an organization owner or have the \"Manage organization webhooks\" permission to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need `admin:org_hook` scope. OAuth apps cannot list, view, or edit webhooks\nthat they did not create and users cannot list, view, or edit webhooks that were created by OAuth apps.",
|
|
15884
15884
|
"tags": [
|
|
15885
15885
|
"orgs"
|
|
15886
15886
|
],
|
|
@@ -16017,7 +16017,7 @@
|
|
|
16017
16017
|
"/orgs/{org}/hooks/{hook_id}": {
|
|
16018
16018
|
"get": {
|
|
16019
16019
|
"summary": "Get an organization webhook",
|
|
16020
|
-
"description": "You must be an organization owner or have the \"Manage organization webhooks\" permission to use this endpoint
|
|
16020
|
+
"description": "You must be an organization owner or have the \"Manage organization webhooks\" permission to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need `admin:org_hook` scope. OAuth apps cannot list, view, or edit webhooks\nthat they did not create and users cannot list, view, or edit webhooks that were created by OAuth apps.",
|
|
16021
16021
|
"tags": [
|
|
16022
16022
|
"orgs"
|
|
16023
16023
|
],
|
|
@@ -16064,7 +16064,7 @@
|
|
|
16064
16064
|
},
|
|
16065
16065
|
"patch": {
|
|
16066
16066
|
"summary": "Update an organization webhook",
|
|
16067
|
-
"description": "You must be an organization owner or have the \"Manage organization webhooks\" permission to use this endpoint
|
|
16067
|
+
"description": "You must be an organization owner or have the \"Manage organization webhooks\" permission to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need `admin:org_hook` scope. OAuth apps cannot list, view, or edit webhooks\nthat they did not create and users cannot list, view, or edit webhooks that were created by OAuth apps.",
|
|
16068
16068
|
"tags": [
|
|
16069
16069
|
"orgs"
|
|
16070
16070
|
],
|
|
@@ -16176,7 +16176,7 @@
|
|
|
16176
16176
|
},
|
|
16177
16177
|
"delete": {
|
|
16178
16178
|
"summary": "Delete an organization webhook",
|
|
16179
|
-
"description": "You must be an organization owner or have the \"Manage organization webhooks\" permission to use this endpoint
|
|
16179
|
+
"description": "You must be an organization owner or have the \"Manage organization webhooks\" permission to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need `admin:org_hook` scope. OAuth apps cannot list, view, or edit webhooks\nthat they did not create and users cannot list, view, or edit webhooks that were created by OAuth apps.",
|
|
16180
16180
|
"tags": [
|
|
16181
16181
|
"orgs"
|
|
16182
16182
|
],
|
|
@@ -16213,7 +16213,7 @@
|
|
|
16213
16213
|
"/orgs/{org}/hooks/{hook_id}/config": {
|
|
16214
16214
|
"get": {
|
|
16215
16215
|
"summary": "Get a webhook configuration for an organization",
|
|
16216
|
-
"description": "You must be an organization owner or have the \"Manage organization webhooks\" permission to use this endpoint
|
|
16216
|
+
"description": "You must be an organization owner or have the \"Manage organization webhooks\" permission to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need `admin:org_hook` scope. OAuth apps cannot list, view, or edit webhooks\nthat they did not create and users cannot list, view, or edit webhooks that were created by OAuth apps.",
|
|
16217
16217
|
"tags": [
|
|
16218
16218
|
"orgs"
|
|
16219
16219
|
],
|
|
@@ -16257,7 +16257,7 @@
|
|
|
16257
16257
|
},
|
|
16258
16258
|
"patch": {
|
|
16259
16259
|
"summary": "Update a webhook configuration for an organization",
|
|
16260
|
-
"description": "You must be an organization owner or have the \"Manage organization webhooks\" permission to use this endpoint
|
|
16260
|
+
"description": "You must be an organization owner or have the \"Manage organization webhooks\" permission to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need `admin:org_hook` scope. OAuth apps cannot list, view, or edit webhooks\nthat they did not create and users cannot list, view, or edit webhooks that were created by OAuth apps.",
|
|
16261
16261
|
"tags": [
|
|
16262
16262
|
"orgs"
|
|
16263
16263
|
],
|
|
@@ -16338,7 +16338,7 @@
|
|
|
16338
16338
|
"/orgs/{org}/hooks/{hook_id}/deliveries": {
|
|
16339
16339
|
"get": {
|
|
16340
16340
|
"summary": "List deliveries for an organization webhook",
|
|
16341
|
-
"description": "You must be an organization owner or have the \"Manage organization webhooks\" permission to use this endpoint
|
|
16341
|
+
"description": "You must be an organization owner or have the \"Manage organization webhooks\" permission to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need `admin:org_hook` scope. OAuth apps cannot list, view, or edit webhooks\nthat they did not create and users cannot list, view, or edit webhooks that were created by OAuth apps.",
|
|
16342
16342
|
"tags": [
|
|
16343
16343
|
"orgs"
|
|
16344
16344
|
],
|
|
@@ -16407,7 +16407,7 @@
|
|
|
16407
16407
|
"/orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id}": {
|
|
16408
16408
|
"get": {
|
|
16409
16409
|
"summary": "Get a webhook delivery for an organization webhook",
|
|
16410
|
-
"description": "You must be an organization owner or have the \"Manage organization webhooks\" permission to use this endpoint
|
|
16410
|
+
"description": "You must be an organization owner or have the \"Manage organization webhooks\" permission to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need `admin:org_hook` scope. OAuth apps cannot list, view, or edit webhooks\nthat they did not create and users cannot list, view, or edit webhooks that were created by OAuth apps.",
|
|
16411
16411
|
"tags": [
|
|
16412
16412
|
"orgs"
|
|
16413
16413
|
],
|
|
@@ -16462,7 +16462,7 @@
|
|
|
16462
16462
|
"/orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id}/attempts": {
|
|
16463
16463
|
"post": {
|
|
16464
16464
|
"summary": "Redeliver a delivery for an organization webhook",
|
|
16465
|
-
"description": "You must be an organization owner or have the \"Manage organization webhooks\" permission to use this endpoint
|
|
16465
|
+
"description": "You must be an organization owner or have the \"Manage organization webhooks\" permission to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need `admin:org_hook` scope. OAuth apps cannot list, view, or edit webhooks\nthat they did not create and users cannot list, view, or edit webhooks that were created by OAuth apps.",
|
|
16466
16466
|
"tags": [
|
|
16467
16467
|
"orgs"
|
|
16468
16468
|
],
|
|
@@ -16505,7 +16505,7 @@
|
|
|
16505
16505
|
"/orgs/{org}/hooks/{hook_id}/pings": {
|
|
16506
16506
|
"post": {
|
|
16507
16507
|
"summary": "Ping an organization webhook",
|
|
16508
|
-
"description": "You must be an organization owner or have the \"Manage organization webhooks\" permission to use this endpoint
|
|
16508
|
+
"description": "You must be an organization owner or have the \"Manage organization webhooks\" permission to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need `admin:org_hook` scope. OAuth apps cannot list, view, or edit webhooks\nthat they did not create and users cannot list, view, or edit webhooks that were created by OAuth apps.",
|
|
16509
16509
|
"tags": [
|
|
16510
16510
|
"orgs"
|
|
16511
16511
|
],
|
|
@@ -95090,6 +95090,56 @@
|
|
|
95090
95090
|
"swift"
|
|
95091
95091
|
]
|
|
95092
95092
|
},
|
|
95093
|
+
"vulnerability": {
|
|
95094
|
+
"description": "A vulnerability describing the product and its affected versions within a GitHub Security Advisory.",
|
|
95095
|
+
"type": "object",
|
|
95096
|
+
"properties": {
|
|
95097
|
+
"package": {
|
|
95098
|
+
"description": "The name of the package affected by the vulnerability.",
|
|
95099
|
+
"type": "object",
|
|
95100
|
+
"nullable": true,
|
|
95101
|
+
"properties": {
|
|
95102
|
+
"ecosystem": {
|
|
95103
|
+
"$ref": "#/components/schemas/security-advisory-ecosystems"
|
|
95104
|
+
},
|
|
95105
|
+
"name": {
|
|
95106
|
+
"type": "string",
|
|
95107
|
+
"description": "The unique package name within its ecosystem.",
|
|
95108
|
+
"nullable": true
|
|
95109
|
+
}
|
|
95110
|
+
},
|
|
95111
|
+
"required": [
|
|
95112
|
+
"ecosystem",
|
|
95113
|
+
"name"
|
|
95114
|
+
]
|
|
95115
|
+
},
|
|
95116
|
+
"vulnerable_version_range": {
|
|
95117
|
+
"type": "string",
|
|
95118
|
+
"description": "The range of the package versions affected by the vulnerability.",
|
|
95119
|
+
"nullable": true
|
|
95120
|
+
},
|
|
95121
|
+
"first_patched_version": {
|
|
95122
|
+
"type": "string",
|
|
95123
|
+
"description": "The package version that resolves the vulnerability.",
|
|
95124
|
+
"nullable": true
|
|
95125
|
+
},
|
|
95126
|
+
"vulnerable_functions": {
|
|
95127
|
+
"type": "array",
|
|
95128
|
+
"description": "The functions in the package that are affected by the vulnerability.",
|
|
95129
|
+
"nullable": true,
|
|
95130
|
+
"readOnly": true,
|
|
95131
|
+
"items": {
|
|
95132
|
+
"type": "string"
|
|
95133
|
+
}
|
|
95134
|
+
}
|
|
95135
|
+
},
|
|
95136
|
+
"required": [
|
|
95137
|
+
"package",
|
|
95138
|
+
"vulnerable_version_range",
|
|
95139
|
+
"first_patched_version",
|
|
95140
|
+
"vulnerable_functions"
|
|
95141
|
+
]
|
|
95142
|
+
},
|
|
95093
95143
|
"simple-user": {
|
|
95094
95144
|
"title": "Simple User",
|
|
95095
95145
|
"description": "A GitHub user.",
|
|
@@ -95368,53 +95418,7 @@
|
|
|
95368
95418
|
"description": "The products and respective version ranges affected by the advisory.",
|
|
95369
95419
|
"nullable": true,
|
|
95370
95420
|
"items": {
|
|
95371
|
-
"
|
|
95372
|
-
"properties": {
|
|
95373
|
-
"package": {
|
|
95374
|
-
"description": "The name of the package affected by the vulnerability.",
|
|
95375
|
-
"type": "object",
|
|
95376
|
-
"nullable": true,
|
|
95377
|
-
"properties": {
|
|
95378
|
-
"ecosystem": {
|
|
95379
|
-
"$ref": "#/components/schemas/security-advisory-ecosystems"
|
|
95380
|
-
},
|
|
95381
|
-
"name": {
|
|
95382
|
-
"type": "string",
|
|
95383
|
-
"description": "The unique package name within its ecosystem.",
|
|
95384
|
-
"nullable": true
|
|
95385
|
-
}
|
|
95386
|
-
},
|
|
95387
|
-
"required": [
|
|
95388
|
-
"ecosystem",
|
|
95389
|
-
"name"
|
|
95390
|
-
]
|
|
95391
|
-
},
|
|
95392
|
-
"vulnerable_version_range": {
|
|
95393
|
-
"type": "string",
|
|
95394
|
-
"description": "The range of the package versions affected by the vulnerability.",
|
|
95395
|
-
"nullable": true
|
|
95396
|
-
},
|
|
95397
|
-
"first_patched_version": {
|
|
95398
|
-
"type": "string",
|
|
95399
|
-
"description": "The package version that resolve the vulnerability.",
|
|
95400
|
-
"nullable": true
|
|
95401
|
-
},
|
|
95402
|
-
"vulnerable_functions": {
|
|
95403
|
-
"type": "array",
|
|
95404
|
-
"description": "The functions in the package that are affected by the vulnerability.",
|
|
95405
|
-
"nullable": true,
|
|
95406
|
-
"readOnly": true,
|
|
95407
|
-
"items": {
|
|
95408
|
-
"type": "string"
|
|
95409
|
-
}
|
|
95410
|
-
}
|
|
95411
|
-
},
|
|
95412
|
-
"required": [
|
|
95413
|
-
"package",
|
|
95414
|
-
"vulnerable_version_range",
|
|
95415
|
-
"first_patched_version",
|
|
95416
|
-
"vulnerable_functions"
|
|
95417
|
-
]
|
|
95421
|
+
"$ref": "#/components/schemas/vulnerability"
|
|
95418
95422
|
}
|
|
95419
95423
|
},
|
|
95420
95424
|
"cvss": {
|
|
@@ -129664,6 +129668,171 @@
|
|
|
129664
129668
|
"url"
|
|
129665
129669
|
]
|
|
129666
129670
|
},
|
|
129671
|
+
"webhooks_rule": {
|
|
129672
|
+
"title": "branch protection rule",
|
|
129673
|
+
"description": "The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-cloud@latest//github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) applied to branches that match the name. Binary settings are boolean. Multi-level configurations are one of `off`, `non_admins`, or `everyone`. Actor and build lists are arrays of strings.",
|
|
129674
|
+
"type": "object",
|
|
129675
|
+
"properties": {
|
|
129676
|
+
"admin_enforced": {
|
|
129677
|
+
"type": "boolean"
|
|
129678
|
+
},
|
|
129679
|
+
"allow_deletions_enforcement_level": {
|
|
129680
|
+
"type": "string",
|
|
129681
|
+
"enum": [
|
|
129682
|
+
"off",
|
|
129683
|
+
"non_admins",
|
|
129684
|
+
"everyone"
|
|
129685
|
+
]
|
|
129686
|
+
},
|
|
129687
|
+
"allow_force_pushes_enforcement_level": {
|
|
129688
|
+
"type": "string",
|
|
129689
|
+
"enum": [
|
|
129690
|
+
"off",
|
|
129691
|
+
"non_admins",
|
|
129692
|
+
"everyone"
|
|
129693
|
+
]
|
|
129694
|
+
},
|
|
129695
|
+
"authorized_actor_names": {
|
|
129696
|
+
"type": "array",
|
|
129697
|
+
"items": {
|
|
129698
|
+
"type": "string"
|
|
129699
|
+
}
|
|
129700
|
+
},
|
|
129701
|
+
"authorized_actors_only": {
|
|
129702
|
+
"type": "boolean"
|
|
129703
|
+
},
|
|
129704
|
+
"authorized_dismissal_actors_only": {
|
|
129705
|
+
"type": "boolean"
|
|
129706
|
+
},
|
|
129707
|
+
"create_protected": {
|
|
129708
|
+
"type": "boolean"
|
|
129709
|
+
},
|
|
129710
|
+
"created_at": {
|
|
129711
|
+
"type": "string",
|
|
129712
|
+
"format": "date-time"
|
|
129713
|
+
},
|
|
129714
|
+
"dismiss_stale_reviews_on_push": {
|
|
129715
|
+
"type": "boolean"
|
|
129716
|
+
},
|
|
129717
|
+
"id": {
|
|
129718
|
+
"type": "integer"
|
|
129719
|
+
},
|
|
129720
|
+
"ignore_approvals_from_contributors": {
|
|
129721
|
+
"type": "boolean"
|
|
129722
|
+
},
|
|
129723
|
+
"linear_history_requirement_enforcement_level": {
|
|
129724
|
+
"type": "string",
|
|
129725
|
+
"enum": [
|
|
129726
|
+
"off",
|
|
129727
|
+
"non_admins",
|
|
129728
|
+
"everyone"
|
|
129729
|
+
]
|
|
129730
|
+
},
|
|
129731
|
+
"merge_queue_enforcement_level": {
|
|
129732
|
+
"type": "string",
|
|
129733
|
+
"enum": [
|
|
129734
|
+
"off",
|
|
129735
|
+
"non_admins",
|
|
129736
|
+
"everyone"
|
|
129737
|
+
]
|
|
129738
|
+
},
|
|
129739
|
+
"name": {
|
|
129740
|
+
"type": "string"
|
|
129741
|
+
},
|
|
129742
|
+
"pull_request_reviews_enforcement_level": {
|
|
129743
|
+
"type": "string",
|
|
129744
|
+
"enum": [
|
|
129745
|
+
"off",
|
|
129746
|
+
"non_admins",
|
|
129747
|
+
"everyone"
|
|
129748
|
+
]
|
|
129749
|
+
},
|
|
129750
|
+
"repository_id": {
|
|
129751
|
+
"type": "integer"
|
|
129752
|
+
},
|
|
129753
|
+
"require_code_owner_review": {
|
|
129754
|
+
"type": "boolean"
|
|
129755
|
+
},
|
|
129756
|
+
"require_last_push_approval": {
|
|
129757
|
+
"description": "Whether the most recent push must be approved by someone other than the person who pushed it",
|
|
129758
|
+
"type": "boolean"
|
|
129759
|
+
},
|
|
129760
|
+
"required_approving_review_count": {
|
|
129761
|
+
"type": "integer"
|
|
129762
|
+
},
|
|
129763
|
+
"required_conversation_resolution_level": {
|
|
129764
|
+
"type": "string",
|
|
129765
|
+
"enum": [
|
|
129766
|
+
"off",
|
|
129767
|
+
"non_admins",
|
|
129768
|
+
"everyone"
|
|
129769
|
+
]
|
|
129770
|
+
},
|
|
129771
|
+
"required_deployments_enforcement_level": {
|
|
129772
|
+
"type": "string",
|
|
129773
|
+
"enum": [
|
|
129774
|
+
"off",
|
|
129775
|
+
"non_admins",
|
|
129776
|
+
"everyone"
|
|
129777
|
+
]
|
|
129778
|
+
},
|
|
129779
|
+
"required_status_checks": {
|
|
129780
|
+
"type": "array",
|
|
129781
|
+
"items": {
|
|
129782
|
+
"type": "string"
|
|
129783
|
+
}
|
|
129784
|
+
},
|
|
129785
|
+
"required_status_checks_enforcement_level": {
|
|
129786
|
+
"type": "string",
|
|
129787
|
+
"enum": [
|
|
129788
|
+
"off",
|
|
129789
|
+
"non_admins",
|
|
129790
|
+
"everyone"
|
|
129791
|
+
]
|
|
129792
|
+
},
|
|
129793
|
+
"signature_requirement_enforcement_level": {
|
|
129794
|
+
"type": "string",
|
|
129795
|
+
"enum": [
|
|
129796
|
+
"off",
|
|
129797
|
+
"non_admins",
|
|
129798
|
+
"everyone"
|
|
129799
|
+
]
|
|
129800
|
+
},
|
|
129801
|
+
"strict_required_status_checks_policy": {
|
|
129802
|
+
"type": "boolean"
|
|
129803
|
+
},
|
|
129804
|
+
"updated_at": {
|
|
129805
|
+
"type": "string",
|
|
129806
|
+
"format": "date-time"
|
|
129807
|
+
}
|
|
129808
|
+
},
|
|
129809
|
+
"required": [
|
|
129810
|
+
"id",
|
|
129811
|
+
"repository_id",
|
|
129812
|
+
"name",
|
|
129813
|
+
"created_at",
|
|
129814
|
+
"updated_at",
|
|
129815
|
+
"pull_request_reviews_enforcement_level",
|
|
129816
|
+
"required_approving_review_count",
|
|
129817
|
+
"dismiss_stale_reviews_on_push",
|
|
129818
|
+
"require_code_owner_review",
|
|
129819
|
+
"authorized_dismissal_actors_only",
|
|
129820
|
+
"ignore_approvals_from_contributors",
|
|
129821
|
+
"required_status_checks",
|
|
129822
|
+
"required_status_checks_enforcement_level",
|
|
129823
|
+
"strict_required_status_checks_policy",
|
|
129824
|
+
"signature_requirement_enforcement_level",
|
|
129825
|
+
"linear_history_requirement_enforcement_level",
|
|
129826
|
+
"admin_enforced",
|
|
129827
|
+
"allow_force_pushes_enforcement_level",
|
|
129828
|
+
"allow_deletions_enforcement_level",
|
|
129829
|
+
"merge_queue_enforcement_level",
|
|
129830
|
+
"required_deployments_enforcement_level",
|
|
129831
|
+
"required_conversation_resolution_level",
|
|
129832
|
+
"authorized_actors_only",
|
|
129833
|
+
"authorized_actor_names"
|
|
129834
|
+
]
|
|
129835
|
+
},
|
|
129667
129836
|
"simple-check-suite": {
|
|
129668
129837
|
"description": "A suite of checks performed on the code of a given code change",
|
|
129669
129838
|
"type": "object",
|
|
@@ -131797,169 +131966,7 @@
|
|
|
131797
131966
|
"$ref": "#/components/schemas/repository-webhooks"
|
|
131798
131967
|
},
|
|
131799
131968
|
"rule": {
|
|
131800
|
-
"
|
|
131801
|
-
"description": "The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-cloud@latest//github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) applied to branches that match the name. Binary settings are boolean. Multi-level configurations are one of `off`, `non_admins`, or `everyone`. Actor and build lists are arrays of strings.",
|
|
131802
|
-
"type": "object",
|
|
131803
|
-
"properties": {
|
|
131804
|
-
"admin_enforced": {
|
|
131805
|
-
"type": "boolean"
|
|
131806
|
-
},
|
|
131807
|
-
"allow_deletions_enforcement_level": {
|
|
131808
|
-
"type": "string",
|
|
131809
|
-
"enum": [
|
|
131810
|
-
"off",
|
|
131811
|
-
"non_admins",
|
|
131812
|
-
"everyone"
|
|
131813
|
-
]
|
|
131814
|
-
},
|
|
131815
|
-
"allow_force_pushes_enforcement_level": {
|
|
131816
|
-
"type": "string",
|
|
131817
|
-
"enum": [
|
|
131818
|
-
"off",
|
|
131819
|
-
"non_admins",
|
|
131820
|
-
"everyone"
|
|
131821
|
-
]
|
|
131822
|
-
},
|
|
131823
|
-
"authorized_actor_names": {
|
|
131824
|
-
"type": "array",
|
|
131825
|
-
"items": {
|
|
131826
|
-
"type": "string"
|
|
131827
|
-
}
|
|
131828
|
-
},
|
|
131829
|
-
"authorized_actors_only": {
|
|
131830
|
-
"type": "boolean"
|
|
131831
|
-
},
|
|
131832
|
-
"authorized_dismissal_actors_only": {
|
|
131833
|
-
"type": "boolean"
|
|
131834
|
-
},
|
|
131835
|
-
"create_protected": {
|
|
131836
|
-
"type": "boolean"
|
|
131837
|
-
},
|
|
131838
|
-
"created_at": {
|
|
131839
|
-
"type": "string",
|
|
131840
|
-
"format": "date-time"
|
|
131841
|
-
},
|
|
131842
|
-
"dismiss_stale_reviews_on_push": {
|
|
131843
|
-
"type": "boolean"
|
|
131844
|
-
},
|
|
131845
|
-
"id": {
|
|
131846
|
-
"type": "integer"
|
|
131847
|
-
},
|
|
131848
|
-
"ignore_approvals_from_contributors": {
|
|
131849
|
-
"type": "boolean"
|
|
131850
|
-
},
|
|
131851
|
-
"linear_history_requirement_enforcement_level": {
|
|
131852
|
-
"type": "string",
|
|
131853
|
-
"enum": [
|
|
131854
|
-
"off",
|
|
131855
|
-
"non_admins",
|
|
131856
|
-
"everyone"
|
|
131857
|
-
]
|
|
131858
|
-
},
|
|
131859
|
-
"merge_queue_enforcement_level": {
|
|
131860
|
-
"type": "string",
|
|
131861
|
-
"enum": [
|
|
131862
|
-
"off",
|
|
131863
|
-
"non_admins",
|
|
131864
|
-
"everyone"
|
|
131865
|
-
]
|
|
131866
|
-
},
|
|
131867
|
-
"name": {
|
|
131868
|
-
"type": "string"
|
|
131869
|
-
},
|
|
131870
|
-
"pull_request_reviews_enforcement_level": {
|
|
131871
|
-
"type": "string",
|
|
131872
|
-
"enum": [
|
|
131873
|
-
"off",
|
|
131874
|
-
"non_admins",
|
|
131875
|
-
"everyone"
|
|
131876
|
-
]
|
|
131877
|
-
},
|
|
131878
|
-
"repository_id": {
|
|
131879
|
-
"type": "integer"
|
|
131880
|
-
},
|
|
131881
|
-
"require_code_owner_review": {
|
|
131882
|
-
"type": "boolean"
|
|
131883
|
-
},
|
|
131884
|
-
"require_last_push_approval": {
|
|
131885
|
-
"description": "Whether the most recent push must be approved by someone other than the person who pushed it",
|
|
131886
|
-
"type": "boolean"
|
|
131887
|
-
},
|
|
131888
|
-
"required_approving_review_count": {
|
|
131889
|
-
"type": "integer"
|
|
131890
|
-
},
|
|
131891
|
-
"required_conversation_resolution_level": {
|
|
131892
|
-
"type": "string",
|
|
131893
|
-
"enum": [
|
|
131894
|
-
"off",
|
|
131895
|
-
"non_admins",
|
|
131896
|
-
"everyone"
|
|
131897
|
-
]
|
|
131898
|
-
},
|
|
131899
|
-
"required_deployments_enforcement_level": {
|
|
131900
|
-
"type": "string",
|
|
131901
|
-
"enum": [
|
|
131902
|
-
"off",
|
|
131903
|
-
"non_admins",
|
|
131904
|
-
"everyone"
|
|
131905
|
-
]
|
|
131906
|
-
},
|
|
131907
|
-
"required_status_checks": {
|
|
131908
|
-
"type": "array",
|
|
131909
|
-
"items": {
|
|
131910
|
-
"type": "string"
|
|
131911
|
-
}
|
|
131912
|
-
},
|
|
131913
|
-
"required_status_checks_enforcement_level": {
|
|
131914
|
-
"type": "string",
|
|
131915
|
-
"enum": [
|
|
131916
|
-
"off",
|
|
131917
|
-
"non_admins",
|
|
131918
|
-
"everyone"
|
|
131919
|
-
]
|
|
131920
|
-
},
|
|
131921
|
-
"signature_requirement_enforcement_level": {
|
|
131922
|
-
"type": "string",
|
|
131923
|
-
"enum": [
|
|
131924
|
-
"off",
|
|
131925
|
-
"non_admins",
|
|
131926
|
-
"everyone"
|
|
131927
|
-
]
|
|
131928
|
-
},
|
|
131929
|
-
"strict_required_status_checks_policy": {
|
|
131930
|
-
"type": "boolean"
|
|
131931
|
-
},
|
|
131932
|
-
"updated_at": {
|
|
131933
|
-
"type": "string",
|
|
131934
|
-
"format": "date-time"
|
|
131935
|
-
}
|
|
131936
|
-
},
|
|
131937
|
-
"required": [
|
|
131938
|
-
"id",
|
|
131939
|
-
"repository_id",
|
|
131940
|
-
"name",
|
|
131941
|
-
"created_at",
|
|
131942
|
-
"updated_at",
|
|
131943
|
-
"pull_request_reviews_enforcement_level",
|
|
131944
|
-
"required_approving_review_count",
|
|
131945
|
-
"dismiss_stale_reviews_on_push",
|
|
131946
|
-
"require_code_owner_review",
|
|
131947
|
-
"authorized_dismissal_actors_only",
|
|
131948
|
-
"ignore_approvals_from_contributors",
|
|
131949
|
-
"required_status_checks",
|
|
131950
|
-
"required_status_checks_enforcement_level",
|
|
131951
|
-
"strict_required_status_checks_policy",
|
|
131952
|
-
"signature_requirement_enforcement_level",
|
|
131953
|
-
"linear_history_requirement_enforcement_level",
|
|
131954
|
-
"admin_enforced",
|
|
131955
|
-
"allow_force_pushes_enforcement_level",
|
|
131956
|
-
"allow_deletions_enforcement_level",
|
|
131957
|
-
"merge_queue_enforcement_level",
|
|
131958
|
-
"required_deployments_enforcement_level",
|
|
131959
|
-
"required_conversation_resolution_level",
|
|
131960
|
-
"authorized_actors_only",
|
|
131961
|
-
"authorized_actor_names"
|
|
131962
|
-
]
|
|
131969
|
+
"$ref": "#/components/schemas/webhooks_rule"
|
|
131963
131970
|
},
|
|
131964
131971
|
"sender": {
|
|
131965
131972
|
"$ref": "#/components/schemas/simple-user-webhooks"
|
|
@@ -131995,169 +132002,7 @@
|
|
|
131995
132002
|
"$ref": "#/components/schemas/repository-webhooks"
|
|
131996
132003
|
},
|
|
131997
132004
|
"rule": {
|
|
131998
|
-
"
|
|
131999
|
-
"description": "The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-cloud@latest//github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) applied to branches that match the name. Binary settings are boolean. Multi-level configurations are one of `off`, `non_admins`, or `everyone`. Actor and build lists are arrays of strings.",
|
|
132000
|
-
"type": "object",
|
|
132001
|
-
"properties": {
|
|
132002
|
-
"admin_enforced": {
|
|
132003
|
-
"type": "boolean"
|
|
132004
|
-
},
|
|
132005
|
-
"allow_deletions_enforcement_level": {
|
|
132006
|
-
"type": "string",
|
|
132007
|
-
"enum": [
|
|
132008
|
-
"off",
|
|
132009
|
-
"non_admins",
|
|
132010
|
-
"everyone"
|
|
132011
|
-
]
|
|
132012
|
-
},
|
|
132013
|
-
"allow_force_pushes_enforcement_level": {
|
|
132014
|
-
"type": "string",
|
|
132015
|
-
"enum": [
|
|
132016
|
-
"off",
|
|
132017
|
-
"non_admins",
|
|
132018
|
-
"everyone"
|
|
132019
|
-
]
|
|
132020
|
-
},
|
|
132021
|
-
"authorized_actor_names": {
|
|
132022
|
-
"type": "array",
|
|
132023
|
-
"items": {
|
|
132024
|
-
"type": "string"
|
|
132025
|
-
}
|
|
132026
|
-
},
|
|
132027
|
-
"authorized_actors_only": {
|
|
132028
|
-
"type": "boolean"
|
|
132029
|
-
},
|
|
132030
|
-
"authorized_dismissal_actors_only": {
|
|
132031
|
-
"type": "boolean"
|
|
132032
|
-
},
|
|
132033
|
-
"create_protected": {
|
|
132034
|
-
"type": "boolean"
|
|
132035
|
-
},
|
|
132036
|
-
"created_at": {
|
|
132037
|
-
"type": "string",
|
|
132038
|
-
"format": "date-time"
|
|
132039
|
-
},
|
|
132040
|
-
"dismiss_stale_reviews_on_push": {
|
|
132041
|
-
"type": "boolean"
|
|
132042
|
-
},
|
|
132043
|
-
"id": {
|
|
132044
|
-
"type": "integer"
|
|
132045
|
-
},
|
|
132046
|
-
"ignore_approvals_from_contributors": {
|
|
132047
|
-
"type": "boolean"
|
|
132048
|
-
},
|
|
132049
|
-
"linear_history_requirement_enforcement_level": {
|
|
132050
|
-
"type": "string",
|
|
132051
|
-
"enum": [
|
|
132052
|
-
"off",
|
|
132053
|
-
"non_admins",
|
|
132054
|
-
"everyone"
|
|
132055
|
-
]
|
|
132056
|
-
},
|
|
132057
|
-
"merge_queue_enforcement_level": {
|
|
132058
|
-
"type": "string",
|
|
132059
|
-
"enum": [
|
|
132060
|
-
"off",
|
|
132061
|
-
"non_admins",
|
|
132062
|
-
"everyone"
|
|
132063
|
-
]
|
|
132064
|
-
},
|
|
132065
|
-
"name": {
|
|
132066
|
-
"type": "string"
|
|
132067
|
-
},
|
|
132068
|
-
"pull_request_reviews_enforcement_level": {
|
|
132069
|
-
"type": "string",
|
|
132070
|
-
"enum": [
|
|
132071
|
-
"off",
|
|
132072
|
-
"non_admins",
|
|
132073
|
-
"everyone"
|
|
132074
|
-
]
|
|
132075
|
-
},
|
|
132076
|
-
"repository_id": {
|
|
132077
|
-
"type": "integer"
|
|
132078
|
-
},
|
|
132079
|
-
"require_code_owner_review": {
|
|
132080
|
-
"type": "boolean"
|
|
132081
|
-
},
|
|
132082
|
-
"require_last_push_approval": {
|
|
132083
|
-
"description": "Whether the most recent push must be approved by someone other than the person who pushed it",
|
|
132084
|
-
"type": "boolean"
|
|
132085
|
-
},
|
|
132086
|
-
"required_approving_review_count": {
|
|
132087
|
-
"type": "integer"
|
|
132088
|
-
},
|
|
132089
|
-
"required_conversation_resolution_level": {
|
|
132090
|
-
"type": "string",
|
|
132091
|
-
"enum": [
|
|
132092
|
-
"off",
|
|
132093
|
-
"non_admins",
|
|
132094
|
-
"everyone"
|
|
132095
|
-
]
|
|
132096
|
-
},
|
|
132097
|
-
"required_deployments_enforcement_level": {
|
|
132098
|
-
"type": "string",
|
|
132099
|
-
"enum": [
|
|
132100
|
-
"off",
|
|
132101
|
-
"non_admins",
|
|
132102
|
-
"everyone"
|
|
132103
|
-
]
|
|
132104
|
-
},
|
|
132105
|
-
"required_status_checks": {
|
|
132106
|
-
"type": "array",
|
|
132107
|
-
"items": {
|
|
132108
|
-
"type": "string"
|
|
132109
|
-
}
|
|
132110
|
-
},
|
|
132111
|
-
"required_status_checks_enforcement_level": {
|
|
132112
|
-
"type": "string",
|
|
132113
|
-
"enum": [
|
|
132114
|
-
"off",
|
|
132115
|
-
"non_admins",
|
|
132116
|
-
"everyone"
|
|
132117
|
-
]
|
|
132118
|
-
},
|
|
132119
|
-
"signature_requirement_enforcement_level": {
|
|
132120
|
-
"type": "string",
|
|
132121
|
-
"enum": [
|
|
132122
|
-
"off",
|
|
132123
|
-
"non_admins",
|
|
132124
|
-
"everyone"
|
|
132125
|
-
]
|
|
132126
|
-
},
|
|
132127
|
-
"strict_required_status_checks_policy": {
|
|
132128
|
-
"type": "boolean"
|
|
132129
|
-
},
|
|
132130
|
-
"updated_at": {
|
|
132131
|
-
"type": "string",
|
|
132132
|
-
"format": "date-time"
|
|
132133
|
-
}
|
|
132134
|
-
},
|
|
132135
|
-
"required": [
|
|
132136
|
-
"id",
|
|
132137
|
-
"repository_id",
|
|
132138
|
-
"name",
|
|
132139
|
-
"created_at",
|
|
132140
|
-
"updated_at",
|
|
132141
|
-
"pull_request_reviews_enforcement_level",
|
|
132142
|
-
"required_approving_review_count",
|
|
132143
|
-
"dismiss_stale_reviews_on_push",
|
|
132144
|
-
"require_code_owner_review",
|
|
132145
|
-
"authorized_dismissal_actors_only",
|
|
132146
|
-
"ignore_approvals_from_contributors",
|
|
132147
|
-
"required_status_checks",
|
|
132148
|
-
"required_status_checks_enforcement_level",
|
|
132149
|
-
"strict_required_status_checks_policy",
|
|
132150
|
-
"signature_requirement_enforcement_level",
|
|
132151
|
-
"linear_history_requirement_enforcement_level",
|
|
132152
|
-
"admin_enforced",
|
|
132153
|
-
"allow_force_pushes_enforcement_level",
|
|
132154
|
-
"allow_deletions_enforcement_level",
|
|
132155
|
-
"merge_queue_enforcement_level",
|
|
132156
|
-
"required_deployments_enforcement_level",
|
|
132157
|
-
"required_conversation_resolution_level",
|
|
132158
|
-
"authorized_actors_only",
|
|
132159
|
-
"authorized_actor_names"
|
|
132160
|
-
]
|
|
132005
|
+
"$ref": "#/components/schemas/webhooks_rule"
|
|
132161
132006
|
},
|
|
132162
132007
|
"sender": {
|
|
132163
132008
|
"$ref": "#/components/schemas/simple-user-webhooks"
|
|
@@ -132295,169 +132140,7 @@
|
|
|
132295
132140
|
"$ref": "#/components/schemas/repository-webhooks"
|
|
132296
132141
|
},
|
|
132297
132142
|
"rule": {
|
|
132298
|
-
"
|
|
132299
|
-
"description": "The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-cloud@latest//github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) applied to branches that match the name. Binary settings are boolean. Multi-level configurations are one of `off`, `non_admins`, or `everyone`. Actor and build lists are arrays of strings.",
|
|
132300
|
-
"type": "object",
|
|
132301
|
-
"properties": {
|
|
132302
|
-
"admin_enforced": {
|
|
132303
|
-
"type": "boolean"
|
|
132304
|
-
},
|
|
132305
|
-
"allow_deletions_enforcement_level": {
|
|
132306
|
-
"type": "string",
|
|
132307
|
-
"enum": [
|
|
132308
|
-
"off",
|
|
132309
|
-
"non_admins",
|
|
132310
|
-
"everyone"
|
|
132311
|
-
]
|
|
132312
|
-
},
|
|
132313
|
-
"allow_force_pushes_enforcement_level": {
|
|
132314
|
-
"type": "string",
|
|
132315
|
-
"enum": [
|
|
132316
|
-
"off",
|
|
132317
|
-
"non_admins",
|
|
132318
|
-
"everyone"
|
|
132319
|
-
]
|
|
132320
|
-
},
|
|
132321
|
-
"authorized_actor_names": {
|
|
132322
|
-
"type": "array",
|
|
132323
|
-
"items": {
|
|
132324
|
-
"type": "string"
|
|
132325
|
-
}
|
|
132326
|
-
},
|
|
132327
|
-
"authorized_actors_only": {
|
|
132328
|
-
"type": "boolean"
|
|
132329
|
-
},
|
|
132330
|
-
"authorized_dismissal_actors_only": {
|
|
132331
|
-
"type": "boolean"
|
|
132332
|
-
},
|
|
132333
|
-
"create_protected": {
|
|
132334
|
-
"type": "boolean"
|
|
132335
|
-
},
|
|
132336
|
-
"created_at": {
|
|
132337
|
-
"type": "string",
|
|
132338
|
-
"format": "date-time"
|
|
132339
|
-
},
|
|
132340
|
-
"dismiss_stale_reviews_on_push": {
|
|
132341
|
-
"type": "boolean"
|
|
132342
|
-
},
|
|
132343
|
-
"id": {
|
|
132344
|
-
"type": "integer"
|
|
132345
|
-
},
|
|
132346
|
-
"ignore_approvals_from_contributors": {
|
|
132347
|
-
"type": "boolean"
|
|
132348
|
-
},
|
|
132349
|
-
"linear_history_requirement_enforcement_level": {
|
|
132350
|
-
"type": "string",
|
|
132351
|
-
"enum": [
|
|
132352
|
-
"off",
|
|
132353
|
-
"non_admins",
|
|
132354
|
-
"everyone"
|
|
132355
|
-
]
|
|
132356
|
-
},
|
|
132357
|
-
"merge_queue_enforcement_level": {
|
|
132358
|
-
"type": "string",
|
|
132359
|
-
"enum": [
|
|
132360
|
-
"off",
|
|
132361
|
-
"non_admins",
|
|
132362
|
-
"everyone"
|
|
132363
|
-
]
|
|
132364
|
-
},
|
|
132365
|
-
"name": {
|
|
132366
|
-
"type": "string"
|
|
132367
|
-
},
|
|
132368
|
-
"pull_request_reviews_enforcement_level": {
|
|
132369
|
-
"type": "string",
|
|
132370
|
-
"enum": [
|
|
132371
|
-
"off",
|
|
132372
|
-
"non_admins",
|
|
132373
|
-
"everyone"
|
|
132374
|
-
]
|
|
132375
|
-
},
|
|
132376
|
-
"repository_id": {
|
|
132377
|
-
"type": "integer"
|
|
132378
|
-
},
|
|
132379
|
-
"require_code_owner_review": {
|
|
132380
|
-
"type": "boolean"
|
|
132381
|
-
},
|
|
132382
|
-
"require_last_push_approval": {
|
|
132383
|
-
"description": "Whether the most recent push must be approved by someone other than the person who pushed it",
|
|
132384
|
-
"type": "boolean"
|
|
132385
|
-
},
|
|
132386
|
-
"required_approving_review_count": {
|
|
132387
|
-
"type": "integer"
|
|
132388
|
-
},
|
|
132389
|
-
"required_conversation_resolution_level": {
|
|
132390
|
-
"type": "string",
|
|
132391
|
-
"enum": [
|
|
132392
|
-
"off",
|
|
132393
|
-
"non_admins",
|
|
132394
|
-
"everyone"
|
|
132395
|
-
]
|
|
132396
|
-
},
|
|
132397
|
-
"required_deployments_enforcement_level": {
|
|
132398
|
-
"type": "string",
|
|
132399
|
-
"enum": [
|
|
132400
|
-
"off",
|
|
132401
|
-
"non_admins",
|
|
132402
|
-
"everyone"
|
|
132403
|
-
]
|
|
132404
|
-
},
|
|
132405
|
-
"required_status_checks": {
|
|
132406
|
-
"type": "array",
|
|
132407
|
-
"items": {
|
|
132408
|
-
"type": "string"
|
|
132409
|
-
}
|
|
132410
|
-
},
|
|
132411
|
-
"required_status_checks_enforcement_level": {
|
|
132412
|
-
"type": "string",
|
|
132413
|
-
"enum": [
|
|
132414
|
-
"off",
|
|
132415
|
-
"non_admins",
|
|
132416
|
-
"everyone"
|
|
132417
|
-
]
|
|
132418
|
-
},
|
|
132419
|
-
"signature_requirement_enforcement_level": {
|
|
132420
|
-
"type": "string",
|
|
132421
|
-
"enum": [
|
|
132422
|
-
"off",
|
|
132423
|
-
"non_admins",
|
|
132424
|
-
"everyone"
|
|
132425
|
-
]
|
|
132426
|
-
},
|
|
132427
|
-
"strict_required_status_checks_policy": {
|
|
132428
|
-
"type": "boolean"
|
|
132429
|
-
},
|
|
132430
|
-
"updated_at": {
|
|
132431
|
-
"type": "string",
|
|
132432
|
-
"format": "date-time"
|
|
132433
|
-
}
|
|
132434
|
-
},
|
|
132435
|
-
"required": [
|
|
132436
|
-
"id",
|
|
132437
|
-
"repository_id",
|
|
132438
|
-
"name",
|
|
132439
|
-
"created_at",
|
|
132440
|
-
"updated_at",
|
|
132441
|
-
"pull_request_reviews_enforcement_level",
|
|
132442
|
-
"required_approving_review_count",
|
|
132443
|
-
"dismiss_stale_reviews_on_push",
|
|
132444
|
-
"require_code_owner_review",
|
|
132445
|
-
"authorized_dismissal_actors_only",
|
|
132446
|
-
"ignore_approvals_from_contributors",
|
|
132447
|
-
"required_status_checks",
|
|
132448
|
-
"required_status_checks_enforcement_level",
|
|
132449
|
-
"strict_required_status_checks_policy",
|
|
132450
|
-
"signature_requirement_enforcement_level",
|
|
132451
|
-
"linear_history_requirement_enforcement_level",
|
|
132452
|
-
"admin_enforced",
|
|
132453
|
-
"allow_force_pushes_enforcement_level",
|
|
132454
|
-
"allow_deletions_enforcement_level",
|
|
132455
|
-
"merge_queue_enforcement_level",
|
|
132456
|
-
"required_deployments_enforcement_level",
|
|
132457
|
-
"required_conversation_resolution_level",
|
|
132458
|
-
"authorized_actors_only",
|
|
132459
|
-
"authorized_actor_names"
|
|
132460
|
-
]
|
|
132143
|
+
"$ref": "#/components/schemas/webhooks_rule"
|
|
132461
132144
|
},
|
|
132462
132145
|
"sender": {
|
|
132463
132146
|
"$ref": "#/components/schemas/simple-user-webhooks"
|