Skip to content

Commit 53321c1

Browse files
authored
Merge pull request #40006 from github/repo-sync
Repo sync
2 parents 801887b + 6997049 commit 53321c1

File tree

9 files changed

+295
-295
lines changed

9 files changed

+295
-295
lines changed

src/github-apps/lib/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@
6060
"2022-11-28"
6161
]
6262
},
63-
"sha": "c0095ad2d59ab7f96765b485e80657d05d1affc7"
63+
"sha": "8d36cf75c50f0c0cfa27b0f1413e0904847f91ba"
6464
}

src/rest/data/fpt-2022-11-28/schema.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -249360,17 +249360,17 @@
249360249360
}
249361249361
},
249362249362
{
249363-
"name": "package_registry_url",
249363+
"name": "artifact_registry_url",
249364249364
"in": "query",
249365-
"description": "<p>A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.</p>",
249365+
"description": "<p>A comma-separated list of artifact registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.</p>",
249366249366
"schema": {
249367249367
"type": "string"
249368249368
}
249369249369
},
249370249370
{
249371-
"name": "package_registry",
249371+
"name": "artifact_registry",
249372249372
"in": "query",
249373-
"description": "<p>A comma-separated list of Package Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned.</p>\n<p>Can be: <code>jfrog-artifactory</code></p>",
249373+
"description": "<p>A comma-separated list of Artifact Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned.</p>\n<p>Can be: <code>jfrog-artifactory</code></p>",
249374249374
"schema": {
249375249375
"type": "string"
249376249376
}
@@ -648740,7 +648740,7 @@
648740648740
}
648741648741
],
648742648742
"previews": [],
648743-
"descriptionHTML": "<p>Adds a public SSH key to the authenticated user's GitHub account.</p>\n<p>OAuth app tokens and personal access tokens (classic) need the <code>write:gpg_key</code> scope to use this endpoint.</p>",
648743+
"descriptionHTML": "<p>Adds a public SSH key to the authenticated user's GitHub account.</p>\n<p>OAuth app tokens and personal access tokens (classic) need the <code>write:public_key</code> scope to use this endpoint.</p>",
648744648744
"statusCodes": [
648745648745
{
648746648746
"httpStatusCode": "201",

src/rest/data/ghec-2022-11-28/schema.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -265480,17 +265480,17 @@
265480265480
}
265481265481
},
265482265482
{
265483-
"name": "package_registry_url",
265483+
"name": "artifact_registry_url",
265484265484
"in": "query",
265485-
"description": "<p>A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.</p>",
265485+
"description": "<p>A comma-separated list of artifact registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.</p>",
265486265486
"schema": {
265487265487
"type": "string"
265488265488
}
265489265489
},
265490265490
{
265491-
"name": "package_registry",
265491+
"name": "artifact_registry",
265492265492
"in": "query",
265493-
"description": "<p>A comma-separated list of Package Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned.</p>\n<p>Can be: <code>jfrog-artifactory</code></p>",
265493+
"description": "<p>A comma-separated list of Artifact Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned.</p>\n<p>Can be: <code>jfrog-artifactory</code></p>",
265494265494
"schema": {
265495265495
"type": "string"
265496265496
}
@@ -700475,7 +700475,7 @@
700475700475
}
700476700476
],
700477700477
"previews": [],
700478-
"descriptionHTML": "<p>Adds a public SSH key to the authenticated user's GitHub account.</p>\n<p>OAuth app tokens and personal access tokens (classic) need the <code>write:gpg_key</code> scope to use this endpoint.</p>",
700478+
"descriptionHTML": "<p>Adds a public SSH key to the authenticated user's GitHub account.</p>\n<p>OAuth app tokens and personal access tokens (classic) need the <code>write:public_key</code> scope to use this endpoint.</p>",
700479700479
"statusCodes": [
700480700480
{
700481700481
"httpStatusCode": "201",

0 commit comments

Comments
 (0)