Skip to content

Commit 1f820fa

Browse files
authored
[GitHubAE] Update to 1.1.4 (hash: 61f8ff4e3b83fc5ed43876409dbdd9b5) from 1.1.4 (hash: b775df0e68431a805225b98303e753ae)
Detected Schema changes: └─┬Paths ├─┬/orgs/{org}/code-scanning/alerts │ └─┬GET │ └─┬External Docs │ └──[M] url (6544:14) ├─┬/repos/{owner}/{repo}/code-scanning/alerts │ └─┬GET │ └─┬External Docs │ └──[M] url (16215:14) ├─┬/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances │ └─┬GET │ └─┬External Docs │ └──[M] url (16384:14) ├─┬/repos/{owner}/{repo}/code-scanning/sarifs/{sarif_id} │ └─┬GET │ ├──[M] description (16798:20) │ └─┬External Docs │ └──[M] url (16811:14) ├─┬/repos/{owner}/{repo}/code-scanning/analyses/{analysis_id} │ ├─┬GET │ │ └─┬External Docs │ │ └──[M] url (16524:14) │ └─┬DELETE │ └─┬External Docs │ └──[M] url (16635:14) ├─┬/repos/{owner}/{repo}/code-scanning/analyses │ └─┬GET │ └─┬External Docs │ └──[M] url (16441:14) ├─┬/repos/{owner}/{repo}/code-scanning/alerts/{alert_number} │ ├─┬GET │ │ └─┬External Docs │ │ └──[M] url (16287:14) │ └─┬PATCH │ └─┬External Docs │ └──[M] url (16325:14) └─┬/repos/{owner}/{repo}/code-scanning/sarifs └─┬POST ├──[M] description (16684:20) └─┬External Docs └──[M] url (16722:14) Date: 07/11/23 | Commit: New: etc/specs/GitHubAE/previous.spec.yaml, Original: etc/specs/GitHubAE/current.spec.yaml Document Element | Total Changes | Breaking Changes paths | 12 | 0 INFO: Total Changes: 12
1 parent b94dbbf commit 1f820fa

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3441,7 +3441,7 @@ $client->operations()->codeScanning()->listAlertsForOrg( org: 'generated'
34413441
);
34423442
```
34433443

3444-
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/reference/code-scanning#list-code-scanning-alerts-for-an-organization).
3444+
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization).
34453445

34463446

34473447
### teams/external-idp-group-info-for-org
@@ -8142,7 +8142,7 @@ $client->operations()->codeScanning()->listAlertsForRepo( owner: 'generat
81428142
);
81438143
```
81448144

8145-
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/reference/code-scanning#list-code-scanning-alerts-for-a-repository).
8145+
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository).
81468146

81478147

81488148
### code-scanning/get-alert
@@ -8166,7 +8166,7 @@ $client->operations()->codeScanning()->getAlert( owner: 'generated',
81668166
);
81678167
```
81688168

8169-
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/reference/code-scanning#get-a-code-scanning-alert).
8169+
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/code-scanning/code-scanning#get-a-code-scanning-alert).
81708170

81718171

81728172
### code-scanning/update-alert
@@ -8190,7 +8190,7 @@ $client->operations()->codeScanning()->updateAlert( owner: 'generated',
81908190
);
81918191
```
81928192

8193-
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/reference/code-scanning#update-a-code-scanning-alert).
8193+
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/code-scanning/code-scanning#update-a-code-scanning-alert).
81948194

81958195

81968196
### code-scanning/list-alert-instances
@@ -8220,7 +8220,7 @@ $client->operations()->codeScanning()->listAlertInstances( owner: 'genera
82208220
);
82218221
```
82228222

8223-
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/reference/code-scanning#list-instances-of-a-code-scanning-alert).
8223+
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert).
82248224

82258225

82268226
### code-scanning/list-recent-analyses
@@ -8258,7 +8258,7 @@ $client->operations()->codeScanning()->listRecentAnalyses( owner: 'genera
82588258
);
82598259
```
82608260

8261-
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/reference/code-scanning#list-code-scanning-analyses-for-a-repository).
8261+
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository).
82628262

82638263

82648264
### code-scanning/get-analysis
@@ -8282,7 +8282,7 @@ $client->operations()->codeScanning()->getAnalysis( owner: 'generated',
82828282
);
82838283
```
82848284

8285-
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/reference/code-scanning#get-a-code-scanning-analysis-for-a-repository).
8285+
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository).
82868286

82878287

82888288
### code-scanning/delete-analysis
@@ -8308,7 +8308,7 @@ $client->operations()->codeScanning()->deleteAnalysis( owner: 'generated'
83088308
);
83098309
```
83108310

8311-
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/reference/code-scanning#delete-a-code-scanning-analysis-from-a-repository).
8311+
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository).
83128312

83138313

83148314
### code-scanning/upload-sarif
@@ -8330,7 +8330,7 @@ $client->operations()->codeScanning()->uploadSarif( owner: 'generated',
83308330
);
83318331
```
83328332

8333-
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/reference/code-scanning#upload-an-analysis-as-sarif-data).
8333+
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data).
83348334

83358335

83368336
### code-scanning/get-sarif
@@ -8354,7 +8354,7 @@ $client->operations()->codeScanning()->getSarif( owner: 'generated',
83548354
);
83558355
```
83568356

8357-
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/reference/code-scanning#get-information-about-a-sarif-upload).
8357+
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload).
83588358

83598359

83608360
### repos/codeowners-errors

etc/openapi-client-generator.state

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)