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
2 changes: 1 addition & 1 deletion src/github-apps/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"2022-11-28"
]
},
"sha": "c0095ad2d59ab7f96765b485e80657d05d1affc7"
"sha": "8d36cf75c50f0c0cfa27b0f1413e0904847f91ba"
}
10 changes: 5 additions & 5 deletions src/rest/data/fpt-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -249360,17 +249360,17 @@
}
},
{
"name": "package_registry_url",
"name": "artifact_registry_url",
"in": "query",
"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>",
"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>",
"schema": {
"type": "string"
}
},
{
"name": "package_registry",
"name": "artifact_registry",
"in": "query",
"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>",
"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>",
"schema": {
"type": "string"
}
Expand Down Expand Up @@ -648740,7 +648740,7 @@
}
],
"previews": [],
"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>",
"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>",
"statusCodes": [
{
"httpStatusCode": "201",
Expand Down
10 changes: 5 additions & 5 deletions src/rest/data/ghec-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -265480,17 +265480,17 @@
}
},
{
"name": "package_registry_url",
"name": "artifact_registry_url",
"in": "query",
"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>",
"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>",
"schema": {
"type": "string"
}
},
{
"name": "package_registry",
"name": "artifact_registry",
"in": "query",
"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>",
"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>",
"schema": {
"type": "string"
}
Expand Down Expand Up @@ -700475,7 +700475,7 @@
}
],
"previews": [],
"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>",
"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>",
"statusCodes": [
{
"httpStatusCode": "201",
Expand Down
306 changes: 153 additions & 153 deletions src/rest/data/ghes-3.14-2022-11-28/schema.json

Large diffs are not rendered by default.

Loading
Loading