@octokit/openapi 6.3.0 → 6.5.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.
Files changed (28) hide show
  1. package/generated/api.github.com.deref.json +89 -9
  2. package/generated/api.github.com.json +85 -10
  3. package/generated/ghes-3.2-diff-to-api.github.com.deref.json +1 -1
  4. package/generated/ghes-3.2-diff-to-api.github.com.json +1 -1
  5. package/generated/ghes-3.2-diff-to-ghes-3.3.deref.json +50 -3
  6. package/generated/ghes-3.2-diff-to-ghes-3.3.json +53 -3
  7. package/generated/ghes-3.2.deref.json +61 -5
  8. package/generated/ghes-3.2.json +64 -5
  9. package/generated/ghes-3.3-anicca-diff-to-ghes-3.4.deref.json +8 -4
  10. package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +1 -1
  11. package/generated/ghes-3.3-diff-to-ghes-3.4.json +1 -1
  12. package/generated/ghes-3.3.deref.json +61 -5
  13. package/generated/ghes-3.3.json +64 -5
  14. package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +1 -1
  15. package/generated/ghes-3.4-diff-to-ghes-3.5.json +1 -1
  16. package/generated/ghes-3.4.deref.json +73 -9
  17. package/generated/ghes-3.4.json +68 -9
  18. package/generated/ghes-3.5-anicca-diff-to-api.github.com.deref.json +38 -23
  19. package/generated/ghes-3.5-diff-to-api.github.com.deref.json +220 -574
  20. package/generated/ghes-3.5-diff-to-api.github.com.json +147 -263
  21. package/generated/ghes-3.5.deref.json +75 -11
  22. package/generated/ghes-3.5.json +72 -13
  23. package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +41 -3
  24. package/generated/github.ae-diff-to-api.github.com.deref.json +220 -1
  25. package/generated/github.ae-diff-to-api.github.com.json +147 -1
  26. package/generated/github.ae.deref.json +60 -4
  27. package/generated/github.ae.json +65 -4
  28. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "6.3.0",
4
+ "version": "6.5.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": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
@@ -112130,7 +112130,7 @@
112130
112130
  },
112131
112131
  "post": {
112132
112132
  "summary": "Review pending deployments for a workflow run",
112133
- "description": "Approve or reject pending deployments that are waiting on approval by a required reviewer.\n\nAnyone with read access to the repository contents and deployments can use this endpoint.",
112133
+ "description": "Approve or reject pending deployments that are waiting on approval by a required reviewer.\n\nRequired reviewers with read access to the repository contents and deployments can use this endpoint. Required reviewers must authenticate using an access token with the `repo` scope to use this endpoint.",
112134
112134
  "tags": ["actions"],
112135
112135
  "operationId": "actions/review-pending-deployments-for-run",
112136
112136
  "externalDocs": {
@@ -112667,7 +112667,7 @@
112667
112667
  },
112668
112668
  "x-github": {
112669
112669
  "githubCloudOnly": false,
112670
- "enabledForGitHubApps": true,
112670
+ "enabledForGitHubApps": false,
112671
112671
  "category": "actions",
112672
112672
  "subcategory": "workflow-runs"
112673
112673
  },
@@ -145443,7 +145443,7 @@
145443
145443
  "operationId": "code-scanning/list-alerts-for-repo",
145444
145444
  "externalDocs": {
145445
145445
  "description": "API method documentation",
145446
- "url": "https://docs.github.com/enterprise-server@3.4/rest/reference/code-scanning#list-code-scanning-alerts-for-a-repository"
145446
+ "url": "https://docs.github.com/rest/reference/code-scanning#list-code-scanning-alerts-for-a-repository"
145447
145447
  },
145448
145448
  "parameters": [
145449
145449
  {
@@ -145516,13 +145516,13 @@
145516
145516
  },
145517
145517
  {
145518
145518
  "name": "sort",
145519
- "description": "The property by which to sort the results.",
145519
+ "description": "The property by which to sort the results. `number` is deprecated - we recommend that you use `created` instead.",
145520
145520
  "in": "query",
145521
145521
  "required": false,
145522
145522
  "schema": {
145523
145523
  "type": "string",
145524
- "enum": ["created", "updated", "number"],
145525
- "default": "number"
145524
+ "enum": ["created", "number", "updated"],
145525
+ "default": "created"
145526
145526
  }
145527
145527
  },
145528
145528
  {
@@ -145715,6 +145715,12 @@
145715
145715
  "used in tests"
145716
145716
  ]
145717
145717
  },
145718
+ "dismissed_comment": {
145719
+ "type": "string",
145720
+ "description": "The dismissal comment associated with the dismissal of the alert.",
145721
+ "nullable": true,
145722
+ "maxLength": 280
145723
+ },
145718
145724
  "rule": {
145719
145725
  "type": "object",
145720
145726
  "properties": {
@@ -145847,6 +145853,7 @@
145847
145853
  "dismissed_by": null,
145848
145854
  "dismissed_at": null,
145849
145855
  "dismissed_reason": null,
145856
+ "dismissed_comment": null,
145850
145857
  "rule": {
145851
145858
  "id": "js/zipslip",
145852
145859
  "severity": "error",
@@ -145908,6 +145915,7 @@
145908
145915
  },
145909
145916
  "dismissed_at": "2020-02-14T12:29:18Z",
145910
145917
  "dismissed_reason": "false positive",
145918
+ "dismissed_comment": "This alert is not actually correct, because there's a sanitizer included in the library.",
145911
145919
  "rule": {
145912
145920
  "id": "js/zipslip",
145913
145921
  "severity": "error",
@@ -147582,7 +147590,6 @@
147582
147590
  "200": {
147583
147591
  "description": "Response",
147584
147592
  "content": {
147585
- "application/json+sarif": { "schema": { "type": "string" } },
147586
147593
  "application/json": {
147587
147594
  "schema": {
147588
147595
  "type": "object",
@@ -147688,7 +147695,7 @@
147688
147695
  },
147689
147696
  "examples": {
147690
147697
  "response": {
147691
- "summary": "Default response",
147698
+ "summary": "application/json response",
147692
147699
  "value": {
147693
147700
  "ref": "refs/heads/main",
147694
147701
  "commit_sha": "c18c69115654ff0166991962832dc2bd7756e655",
@@ -147712,6 +147719,54 @@
147712
147719
  }
147713
147720
  }
147714
147721
  }
147722
+ },
147723
+ "application/json+sarif": {
147724
+ "schema": { "type": "object", "additionalProperties": true },
147725
+ "examples": {
147726
+ "response": {
147727
+ "summary": "application/json+sarif response",
147728
+ "value": {
147729
+ "runs": [
147730
+ {
147731
+ "tool": {
147732
+ "driver": {
147733
+ "name": "CodeQL",
147734
+ "organization": "GitHub",
147735
+ "semanticVersion": "1.0.0",
147736
+ "rules": [
147737
+ {
147738
+ "id": "js/unused-local-variable",
147739
+ "name": "js/unused-local-variable"
147740
+ }
147741
+ ]
147742
+ }
147743
+ },
147744
+ "results": [
147745
+ {
147746
+ "guid": "326aa09f-9af8-13cf-9851-3d0e5183ec38",
147747
+ "message": { "text": "Unused variable foo." },
147748
+ "locations": [
147749
+ {
147750
+ "physicalLocation": {
147751
+ "artifactLocation": { "uri": "file1.js" },
147752
+ "region": { "startLine": 1 }
147753
+ }
147754
+ }
147755
+ ],
147756
+ "ruleId": "js/unused-local-variable",
147757
+ "properties": [
147758
+ { "github/alertNumber": 2 },
147759
+ {
147760
+ "github/alertUrl": "https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2"
147761
+ }
147762
+ ]
147763
+ }
147764
+ ]
147765
+ }
147766
+ ]
147767
+ }
147768
+ }
147769
+ }
147715
147770
  }
147716
147771
  }
147717
147772
  },
@@ -148013,6 +148068,15 @@
148013
148068
  }
148014
148069
  },
148015
148070
  "required": ["commit_sha", "ref", "sarif"]
148071
+ },
148072
+ "examples": {
148073
+ "default": {
148074
+ "value": {
148075
+ "commit_sha": "4b6472266afd7b471e86085a6659e8c7f2b119da",
148076
+ "ref": "refs/heads/master",
148077
+ "sarif": "H4sICMLGdF4AA2V4YW1wbGUuc2FyaWYAvVjdbts2FL7PUxDCijaA/CM7iRNfLkPXYgHSNstumlzQ0pHFVCI1korjFgH2ONtr7Ul2KFmy/mOn6QIkjsjDw0/nfN85NL8dEGL9pNwAImqRObECrWM1H40kXQ2XTAfJIlEgXcE1cD10RTQSVDE10K4aKSqZP1AxuKOIKg1ydJU60jSfSh8Hk6EzHA/vlOCWbfa7B6kYPpj90rlsWCZcmbHP5Bs+4oAWIjQD2SMOeJLh2vIQDnIaQerqXHjw8YIgxohybxAyDsS4cAPKsp03K4RcUs6+Up2D+JXpd8mibKIQN9fM/aMCdbyBujGSSQgVxJtx5qX2d2qUcIweQhEuDQf3GBO6CKHkogx/N3MVCKl/AeVKFuf4y5ubsMGDTj1ep+5I7sgmLIpxtU38hLtmMRGSuCFVyip5eKzs5ydh+LztVL6f2m6oih1BkYiuyQIIJWodxVpERPj4sEiWBNNH8EWT0DMG8EAjzKVHXCrB4FkPu/F64NMk1OeC+2yZSNoBOoR7CC0EzYWGbm+xFDFIzbI011+cLjfZtyJkmMZfumAh02uL3NpV2y+MZ6RAjxibyKrNxxJcVjANSb4eBGwZ1M0KsuyR2poLr5rMl8vaDSeVn6eTWEO2j2xIEcmhwlTKNOi4GMOI8gfuZYkvJ7b4v5Tiumyz7RnHeodFzpS8ASIZCH/AYdWi2z3sG8JtFxJ6fF9yR9CdifBr9Pd6d5V2+zbJKjjCFGGmsHuYFy2ytJq9tUxcLSRSQecppOGKrpUxYfxefMEFK+wOGa4hudQByBVT0L+EKtyACxnRsABhEx1QjVDs1KNI9MbpnhqfE45B6FJvu3hRu5VRU9MhZLmK7fqkKyQSTHNoyMqUFMqXCV3CwAeqEwmVokraK8IuBaGvHjQ0gMYrKjnjyw7uk9uD8tgmsBbFMPnU1bV2ZhkJNkuolUiWys3UPWzs5aaIUz9TBe8zMb+6+nT+6fLy91dlE3xzeDDT4zYszb0bW6NjJd0Rvn2EnLvWLFSdKPpBzInzfRgu8ETyMcH8nIfMnJCeC2PyfTA+UKngcnGH7Hw2hGkVQs5YlIRCtdWZYQ4/73es2JlxkfViOEIhoWJq5Oo6UBBfiKIqFBWhiE3jJGbFwVoxBHTRSuIS67sMeplei24X20shLjG+8gqbKC/bESiNMC+wd5q5id0yeS7CJEqXzmrTWNq3k05l84P6f4/bEmXFJjI0fIt1BGQssUnUDkBYeVhE5TqPnMH3jqogDcP0zKcTgLPTMSzOjhbjuVOmW23l1fYNStulfo6sXlFsGLhbDy5RECPRYGCTgOj2bd4nUQEivEd0H7KKYxqnEhFohuur3a3UPskbH/+Yg0+M5P2MHRJu3ziHh3Z2NCrWt3XF1rWTw8Ne/pfbWYXnDSE0SNZQQt1i18q7te2vOhu7ehWuvVyeu0wbLZi24mhoo6aOOTltzG/lgdVvVoXQq5V+pewkFIzL8fjEcadT55jOjpzFzHuOTtDNrMkJPMVQDd7F09RID72O/UPZ0tmctqZ7kWX6EmSZnDpP8GU67SXM8XE3YSrxbKsx6UReZ4y6n/FVZfJjs9Z7stma75W5yQtkzjk5eSJxk1lv4o7+j8TlhaJ2lsKWZO6lruDPBLib3x5ZN/KGWzZ+pn///evv7OOf4iIBv3oY9L/l1wiJ9p0Tc+F1zZnOE9NxXWEus6IQhr5pMfoqxi8WPsuu0azsns4UC6WzNzHIzbeEx4P/AJ3SefgcFAAA"
148078
+ }
148079
+ }
148016
148080
  }
148017
148081
  }
148018
148082
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "6.3.0",
4
+ "version": "6.5.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": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
@@ -16045,7 +16045,7 @@
16045
16045
  },
16046
16046
  "post": {
16047
16047
  "summary": "Review pending deployments for a workflow run",
16048
- "description": "Approve or reject pending deployments that are waiting on approval by a required reviewer.\n\nAnyone with read access to the repository contents and deployments can use this endpoint.",
16048
+ "description": "Approve or reject pending deployments that are waiting on approval by a required reviewer.\n\nRequired reviewers with read access to the repository contents and deployments can use this endpoint. Required reviewers must authenticate using an access token with the `repo` scope to use this endpoint.",
16049
16049
  "tags": ["actions"],
16050
16050
  "operationId": "actions/review-pending-deployments-for-run",
16051
16051
  "externalDocs": {
@@ -16107,7 +16107,7 @@
16107
16107
  },
16108
16108
  "x-github": {
16109
16109
  "githubCloudOnly": false,
16110
- "enabledForGitHubApps": true,
16110
+ "enabledForGitHubApps": false,
16111
16111
  "category": "actions",
16112
16112
  "subcategory": "workflow-runs"
16113
16113
  },
@@ -19908,7 +19908,7 @@
19908
19908
  "operationId": "code-scanning/list-alerts-for-repo",
19909
19909
  "externalDocs": {
19910
19910
  "description": "API method documentation",
19911
- "url": "https://docs.github.com/enterprise-server@3.4/rest/reference/code-scanning#list-code-scanning-alerts-for-a-repository"
19911
+ "url": "https://docs.github.com/rest/reference/code-scanning#list-code-scanning-alerts-for-a-repository"
19912
19912
  },
19913
19913
  "parameters": [
19914
19914
  { "$ref": "#/components/parameters/owner" },
@@ -19921,13 +19921,13 @@
19921
19921
  { "$ref": "#/components/parameters/direction" },
19922
19922
  {
19923
19923
  "name": "sort",
19924
- "description": "The property by which to sort the results.",
19924
+ "description": "The property by which to sort the results. . `number` is deprecated - we recommend that you use `created` instead.",
19925
19925
  "in": "query",
19926
19926
  "required": false,
19927
19927
  "schema": {
19928
19928
  "type": "string",
19929
- "enum": ["created", "updated", "number"],
19930
- "default": "number"
19929
+ "enum": ["created", "number", "updated"],
19930
+ "default": "created"
19931
19931
  }
19932
19932
  },
19933
19933
  {
@@ -20254,7 +20254,6 @@
20254
20254
  "200": {
20255
20255
  "description": "Response",
20256
20256
  "content": {
20257
- "application/json+sarif": { "schema": { "type": "string" } },
20258
20257
  "application/json": {
20259
20258
  "schema": {
20260
20259
  "$ref": "#/components/schemas/code-scanning-analysis"
@@ -20264,6 +20263,14 @@
20264
20263
  "$ref": "#/components/examples/code-scanning-analysis-default"
20265
20264
  }
20266
20265
  }
20266
+ },
20267
+ "application/json+sarif": {
20268
+ "schema": { "type": "object", "additionalProperties": true },
20269
+ "examples": {
20270
+ "response": {
20271
+ "$ref": "#/components/examples/code-scanning-analysis-sarif"
20272
+ }
20273
+ }
20267
20274
  }
20268
20275
  }
20269
20276
  },
@@ -20383,6 +20390,15 @@
20383
20390
  }
20384
20391
  },
20385
20392
  "required": ["commit_sha", "ref", "sarif"]
20393
+ },
20394
+ "examples": {
20395
+ "default": {
20396
+ "value": {
20397
+ "commit_sha": "4b6472266afd7b471e86085a6659e8c7f2b119da",
20398
+ "ref": "refs/heads/master",
20399
+ "sarif": "H4sICMLGdF4AA2V4YW1wbGUuc2FyaWYAvVjdbts2FL7PUxDCijaA/CM7iRNfLkPXYgHSNstumlzQ0pHFVCI1korjFgH2ONtr7Ul2KFmy/mOn6QIkjsjDw0/nfN85NL8dEGL9pNwAImqRObECrWM1H40kXQ2XTAfJIlEgXcE1cD10RTQSVDE10K4aKSqZP1AxuKOIKg1ydJU60jSfSh8Hk6EzHA/vlOCWbfa7B6kYPpj90rlsWCZcmbHP5Bs+4oAWIjQD2SMOeJLh2vIQDnIaQerqXHjw8YIgxohybxAyDsS4cAPKsp03K4RcUs6+Up2D+JXpd8mibKIQN9fM/aMCdbyBujGSSQgVxJtx5qX2d2qUcIweQhEuDQf3GBO6CKHkogx/N3MVCKl/AeVKFuf4y5ubsMGDTj1ep+5I7sgmLIpxtU38hLtmMRGSuCFVyip5eKzs5ydh+LztVL6f2m6oih1BkYiuyQIIJWodxVpERPj4sEiWBNNH8EWT0DMG8EAjzKVHXCrB4FkPu/F64NMk1OeC+2yZSNoBOoR7CC0EzYWGbm+xFDFIzbI011+cLjfZtyJkmMZfumAh02uL3NpV2y+MZ6RAjxibyKrNxxJcVjANSb4eBGwZ1M0KsuyR2poLr5rMl8vaDSeVn6eTWEO2j2xIEcmhwlTKNOi4GMOI8gfuZYkvJ7b4v5Tiumyz7RnHeodFzpS8ASIZCH/AYdWi2z3sG8JtFxJ6fF9yR9CdifBr9Pd6d5V2+zbJKjjCFGGmsHuYFy2ytJq9tUxcLSRSQecppOGKrpUxYfxefMEFK+wOGa4hudQByBVT0L+EKtyACxnRsABhEx1QjVDs1KNI9MbpnhqfE45B6FJvu3hRu5VRU9MhZLmK7fqkKyQSTHNoyMqUFMqXCV3CwAeqEwmVokraK8IuBaGvHjQ0gMYrKjnjyw7uk9uD8tgmsBbFMPnU1bV2ZhkJNkuolUiWys3UPWzs5aaIUz9TBe8zMb+6+nT+6fLy91dlE3xzeDDT4zYszb0bW6NjJd0Rvn2EnLvWLFSdKPpBzInzfRgu8ETyMcH8nIfMnJCeC2PyfTA+UKngcnGH7Hw2hGkVQs5YlIRCtdWZYQ4/73es2JlxkfViOEIhoWJq5Oo6UBBfiKIqFBWhiE3jJGbFwVoxBHTRSuIS67sMeplei24X20shLjG+8gqbKC/bESiNMC+wd5q5id0yeS7CJEqXzmrTWNq3k05l84P6f4/bEmXFJjI0fIt1BGQssUnUDkBYeVhE5TqPnMH3jqogDcP0zKcTgLPTMSzOjhbjuVOmW23l1fYNStulfo6sXlFsGLhbDy5RECPRYGCTgOj2bd4nUQEivEd0H7KKYxqnEhFohuur3a3UPskbH/+Yg0+M5P2MHRJu3ziHh3Z2NCrWt3XF1rWTw8Ne/pfbWYXnDSE0SNZQQt1i18q7te2vOhu7ehWuvVyeu0wbLZi24mhoo6aOOTltzG/lgdVvVoXQq5V+pewkFIzL8fjEcadT55jOjpzFzHuOTtDNrMkJPMVQDd7F09RID72O/UPZ0tmctqZ7kWX6EmSZnDpP8GU67SXM8XE3YSrxbKsx6UReZ4y6n/FVZfJjs9Z7stma75W5yQtkzjk5eSJxk1lv4o7+j8TlhaJ2lsKWZO6lruDPBLib3x5ZN/KGWzZ+pn///evv7OOf4iIBv3oY9L/l1wiJ9p0Tc+F1zZnOE9NxXWEus6IQhr5pMfoqxi8WPsuu0azsns4UC6WzNzHIzbeEx4P/AJ3SefgcFAAA"
20400
+ }
20401
+ }
20386
20402
  }
20387
20403
  }
20388
20404
  }
@@ -66131,7 +66147,7 @@
66131
66147
  ]
66132
66148
  },
66133
66149
  "code-scanning-analysis-default": {
66134
- "summary": "Default response",
66150
+ "summary": "application/json response",
66135
66151
  "value": {
66136
66152
  "ref": "refs/heads/main",
66137
66153
  "commit_sha": "c18c69115654ff0166991962832dc2bd7756e655",
@@ -66150,6 +66166,49 @@
66150
66166
  "warning": ""
66151
66167
  }
66152
66168
  },
66169
+ "code-scanning-analysis-sarif": {
66170
+ "summary": "application/json+sarif response",
66171
+ "value": {
66172
+ "runs": [
66173
+ {
66174
+ "tool": {
66175
+ "driver": {
66176
+ "name": "CodeQL",
66177
+ "organization": "GitHub",
66178
+ "semanticVersion": "1.0.0",
66179
+ "rules": [
66180
+ {
66181
+ "id": "js/unused-local-variable",
66182
+ "name": "js/unused-local-variable"
66183
+ }
66184
+ ]
66185
+ }
66186
+ },
66187
+ "results": [
66188
+ {
66189
+ "guid": "326aa09f-9af8-13cf-9851-3d0e5183ec38",
66190
+ "message": { "text": "Unused variable foo." },
66191
+ "locations": [
66192
+ {
66193
+ "physicalLocation": {
66194
+ "artifactLocation": { "uri": "file1.js" },
66195
+ "region": { "startLine": 1 }
66196
+ }
66197
+ }
66198
+ ],
66199
+ "ruleId": "js/unused-local-variable",
66200
+ "properties": [
66201
+ { "github/alertNumber": 2 },
66202
+ {
66203
+ "github/alertUrl": "https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2"
66204
+ }
66205
+ ]
66206
+ }
66207
+ ]
66208
+ }
66209
+ ]
66210
+ }
66211
+ },
66153
66212
  "code-scanning-analysis-deletion": {
66154
66213
  "summary": "Default response",
66155
66214
  "value": {
@@ -9227,6 +9227,33 @@
9227
9227
  }
9228
9228
  }
9229
9229
  },
9230
+ "/rate_limit": {
9231
+ "get": {
9232
+ "responses": {
9233
+ "changed": {
9234
+ "200": {
9235
+ "content": {
9236
+ "changed": {
9237
+ "application/json": {
9238
+ "schema_changed": {
9239
+ "properties_changed": {
9240
+ "changed": {
9241
+ "resources": {
9242
+ "properties_changed": {
9243
+ "removed": ["dependency_snapshots"]
9244
+ }
9245
+ }
9246
+ }
9247
+ }
9248
+ }
9249
+ }
9250
+ }
9251
+ }
9252
+ }
9253
+ }
9254
+ }
9255
+ }
9256
+ },
9230
9257
  "/repos/{owner}/{repo}": {
9231
9258
  "get": {
9232
9259
  "responses": {
@@ -10033,29 +10060,6 @@
10033
10060
  }
10034
10061
  }
10035
10062
  },
10036
- "/repos/{owner}/{repo}/code-scanning/alerts": {
10037
- "get": {
10038
- "responses": {
10039
- "changed": {
10040
- "200": {
10041
- "content": {
10042
- "changed": {
10043
- "application/json": {
10044
- "schema_changed": {
10045
- "items_changed": {
10046
- "properties_changed": {
10047
- "removed": ["dismissed_comment"]
10048
- }
10049
- }
10050
- }
10051
- }
10052
- }
10053
- }
10054
- }
10055
- }
10056
- }
10057
- }
10058
- },
10059
10063
  "/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}": {
10060
10064
  "get": {
10061
10065
  "responses": {
@@ -10451,6 +10455,17 @@
10451
10455
  }
10452
10456
  },
10453
10457
  "post": {
10458
+ "request_body": {
10459
+ "content_changed": {
10460
+ "changed": {
10461
+ "application/json": {
10462
+ "schema_changed": {
10463
+ "properties_changed": { "removed": ["name"] }
10464
+ }
10465
+ }
10466
+ }
10467
+ }
10468
+ },
10454
10469
  "responses": {
10455
10470
  "changed": {
10456
10471
  "202": {