diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.json b/descriptions-next/api.github.com/api.github.com.2022-11-28.json index d868fb121a..cdc97c4abd 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.json @@ -15375,10 +15375,10 @@ "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" }, { - "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry-urls" + "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry-urls" }, { - "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry" + "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry" }, { "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" @@ -68439,7 +68439,7 @@ }, "post": { "summary": "Create a public SSH key for the authenticated user", - "description": "Adds a public SSH key to the authenticated user's GitHub account.\n\nOAuth app tokens and personal access tokens (classic) need the `write:gpg_key` scope to use this endpoint.", + "description": "Adds a public SSH key to the authenticated user's GitHub account.\n\nOAuth app tokens and personal access tokens (classic) need the `write:public_key` scope to use this endpoint.", "operationId": "users/create-public-ssh-key-for-authenticated-user", "tags": [ "users" @@ -313181,18 +313181,18 @@ "$ref": "#/components/schemas/code-scanning-analysis-tool-guid" } }, - "dependabot-alert-comma-separated-package-registry-urls": { - "name": "package_registry_url", + "dependabot-alert-comma-separated-artifact-registry-urls": { + "name": "artifact_registry_url", "in": "query", - "description": "A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", + "description": "A comma-separated list of artifact registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", "schema": { "type": "string" } }, - "dependabot-alert-comma-separated-package-registry": { - "name": "package_registry", + "dependabot-alert-comma-separated-artifact-registry": { + "name": "artifact_registry", "in": "query", - "description": "A comma-separated list of Package Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned.\n\nCan be: `jfrog-artifactory`", + "description": "A comma-separated list of Artifact Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned.\n\nCan be: `jfrog-artifactory`", "schema": { "type": "string" } diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml index fba0c8099b..32ce5f8b86 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml @@ -11247,8 +11247,8 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" - - "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry-urls" - - "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry-urls" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" @@ -49712,7 +49712,7 @@ paths: description: |- Adds a public SSH key to the authenticated user's GitHub account. - OAuth app tokens and personal access tokens (classic) need the `write:gpg_key` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `write:public_key` scope to use this endpoint. operationId: users/create-public-ssh-key-for-authenticated-user tags: - users @@ -234423,19 +234423,19 @@ components: required: false schema: "$ref": "#/components/schemas/code-scanning-analysis-tool-guid" - dependabot-alert-comma-separated-package-registry-urls: - name: package_registry_url + dependabot-alert-comma-separated-artifact-registry-urls: + name: artifact_registry_url in: query - description: A comma-separated list of package registry URLs. If specified, + description: A comma-separated list of artifact registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned. schema: type: string - dependabot-alert-comma-separated-package-registry: - name: package_registry + dependabot-alert-comma-separated-artifact-registry: + name: artifact_registry in: query description: |- - A comma-separated list of Package Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned. + A comma-separated list of Artifact Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned. Can be: `jfrog-artifactory` schema: diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index d868fb121a..cdc97c4abd 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -15375,10 +15375,10 @@ "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" }, { - "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry-urls" + "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry-urls" }, { - "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry" + "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry" }, { "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" @@ -68439,7 +68439,7 @@ }, "post": { "summary": "Create a public SSH key for the authenticated user", - "description": "Adds a public SSH key to the authenticated user's GitHub account.\n\nOAuth app tokens and personal access tokens (classic) need the `write:gpg_key` scope to use this endpoint.", + "description": "Adds a public SSH key to the authenticated user's GitHub account.\n\nOAuth app tokens and personal access tokens (classic) need the `write:public_key` scope to use this endpoint.", "operationId": "users/create-public-ssh-key-for-authenticated-user", "tags": [ "users" @@ -313181,18 +313181,18 @@ "$ref": "#/components/schemas/code-scanning-analysis-tool-guid" } }, - "dependabot-alert-comma-separated-package-registry-urls": { - "name": "package_registry_url", + "dependabot-alert-comma-separated-artifact-registry-urls": { + "name": "artifact_registry_url", "in": "query", - "description": "A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", + "description": "A comma-separated list of artifact registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", "schema": { "type": "string" } }, - "dependabot-alert-comma-separated-package-registry": { - "name": "package_registry", + "dependabot-alert-comma-separated-artifact-registry": { + "name": "artifact_registry", "in": "query", - "description": "A comma-separated list of Package Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned.\n\nCan be: `jfrog-artifactory`", + "description": "A comma-separated list of Artifact Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned.\n\nCan be: `jfrog-artifactory`", "schema": { "type": "string" } diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index fba0c8099b..32ce5f8b86 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -11247,8 +11247,8 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" - - "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry-urls" - - "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry-urls" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" @@ -49712,7 +49712,7 @@ paths: description: |- Adds a public SSH key to the authenticated user's GitHub account. - OAuth app tokens and personal access tokens (classic) need the `write:gpg_key` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `write:public_key` scope to use this endpoint. operationId: users/create-public-ssh-key-for-authenticated-user tags: - users @@ -234423,19 +234423,19 @@ components: required: false schema: "$ref": "#/components/schemas/code-scanning-analysis-tool-guid" - dependabot-alert-comma-separated-package-registry-urls: - name: package_registry_url + dependabot-alert-comma-separated-artifact-registry-urls: + name: artifact_registry_url in: query - description: A comma-separated list of package registry URLs. If specified, + description: A comma-separated list of artifact registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned. schema: type: string - dependabot-alert-comma-separated-package-registry: - name: package_registry + dependabot-alert-comma-separated-artifact-registry: + name: artifact_registry in: query description: |- - A comma-separated list of Package Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned. + A comma-separated list of Artifact Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned. Can be: `jfrog-artifactory` schema: diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index 11bfff7303..d371f7c364 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -97576,17 +97576,17 @@ } }, { - "name": "package_registry_url", + "name": "artifact_registry_url", "in": "query", - "description": "A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", + "description": "A comma-separated list of artifact registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", "schema": { "type": "string" } }, { - "name": "package_registry", + "name": "artifact_registry", "in": "query", - "description": "A comma-separated list of Package Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned.\n\nCan be: `jfrog-artifactory`", + "description": "A comma-separated list of Artifact Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned.\n\nCan be: `jfrog-artifactory`", "schema": { "type": "string" } @@ -607294,7 +607294,7 @@ }, "post": { "summary": "Create a public SSH key for the authenticated user", - "description": "Adds a public SSH key to the authenticated user's GitHub account.\n\nOAuth app tokens and personal access tokens (classic) need the `write:gpg_key` scope to use this endpoint.", + "description": "Adds a public SSH key to the authenticated user's GitHub account.\n\nOAuth app tokens and personal access tokens (classic) need the `write:public_key` scope to use this endpoint.", "operationId": "users/create-public-ssh-key-for-authenticated-user", "tags": [ "users" diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 6e77f4074f..ad1016429e 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -27725,17 +27725,17 @@ paths: - *154 - *155 - *156 - - name: package_registry_url + - name: artifact_registry_url in: query - description: A comma-separated list of package registry URLs. If specified, + description: A comma-separated list of artifact registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned. schema: type: string - - name: package_registry + - name: artifact_registry in: query description: |- - A comma-separated list of Package Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned. + A comma-separated list of Artifact Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned. Can be: `jfrog-artifactory` schema: @@ -99354,7 +99354,7 @@ paths: description: |- Adds a public SSH key to the authenticated user's GitHub account. - OAuth app tokens and personal access tokens (classic) need the `write:gpg_key` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `write:public_key` scope to use this endpoint. operationId: users/create-public-ssh-key-for-authenticated-user tags: - users diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json index 11bfff7303..d371f7c364 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json @@ -97576,17 +97576,17 @@ } }, { - "name": "package_registry_url", + "name": "artifact_registry_url", "in": "query", - "description": "A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", + "description": "A comma-separated list of artifact registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", "schema": { "type": "string" } }, { - "name": "package_registry", + "name": "artifact_registry", "in": "query", - "description": "A comma-separated list of Package Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned.\n\nCan be: `jfrog-artifactory`", + "description": "A comma-separated list of Artifact Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned.\n\nCan be: `jfrog-artifactory`", "schema": { "type": "string" } @@ -607294,7 +607294,7 @@ }, "post": { "summary": "Create a public SSH key for the authenticated user", - "description": "Adds a public SSH key to the authenticated user's GitHub account.\n\nOAuth app tokens and personal access tokens (classic) need the `write:gpg_key` scope to use this endpoint.", + "description": "Adds a public SSH key to the authenticated user's GitHub account.\n\nOAuth app tokens and personal access tokens (classic) need the `write:public_key` scope to use this endpoint.", "operationId": "users/create-public-ssh-key-for-authenticated-user", "tags": [ "users" diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml index 6e77f4074f..ad1016429e 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml @@ -27725,17 +27725,17 @@ paths: - *154 - *155 - *156 - - name: package_registry_url + - name: artifact_registry_url in: query - description: A comma-separated list of package registry URLs. If specified, + description: A comma-separated list of artifact registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned. schema: type: string - - name: package_registry + - name: artifact_registry in: query description: |- - A comma-separated list of Package Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned. + A comma-separated list of Artifact Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned. Can be: `jfrog-artifactory` schema: @@ -99354,7 +99354,7 @@ paths: description: |- Adds a public SSH key to the authenticated user's GitHub account. - OAuth app tokens and personal access tokens (classic) need the `write:gpg_key` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `write:public_key` scope to use this endpoint. operationId: users/create-public-ssh-key-for-authenticated-user tags: - users diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json index b9051a6d24..ad66dc0f63 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -137991,17 +137991,17 @@ } }, { - "name": "package_registry_url", + "name": "artifact_registry_url", "in": "query", - "description": "A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", + "description": "A comma-separated list of artifact registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", "schema": { "type": "string" } }, { - "name": "package_registry", + "name": "artifact_registry", "in": "query", - "description": "A comma-separated list of Package Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned.\n\nCan be: `jfrog-artifactory`", + "description": "A comma-separated list of Artifact Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned.\n\nCan be: `jfrog-artifactory`", "schema": { "type": "string" } @@ -668737,7 +668737,7 @@ }, "post": { "summary": "Create a public SSH key for the authenticated user", - "description": "Adds a public SSH key to the authenticated user's GitHub account.\n\nOAuth app tokens and personal access tokens (classic) need the `write:gpg_key` scope to use this endpoint.", + "description": "Adds a public SSH key to the authenticated user's GitHub account.\n\nOAuth app tokens and personal access tokens (classic) need the `write:public_key` scope to use this endpoint.", "operationId": "users/create-public-ssh-key-for-authenticated-user", "tags": [ "users" diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 3a62b7e933..2e40308f04 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -37516,17 +37516,17 @@ paths: - *280 - *281 - *282 - - name: package_registry_url + - name: artifact_registry_url in: query - description: A comma-separated list of package registry URLs. If specified, + description: A comma-separated list of artifact registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned. schema: type: string - - name: package_registry + - name: artifact_registry in: query description: |- - A comma-separated list of Package Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned. + A comma-separated list of Artifact Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned. Can be: `jfrog-artifactory` schema: @@ -112079,7 +112079,7 @@ paths: description: |- Adds a public SSH key to the authenticated user's GitHub account. - OAuth app tokens and personal access tokens (classic) need the `write:gpg_key` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `write:public_key` scope to use this endpoint. operationId: users/create-public-ssh-key-for-authenticated-user tags: - users diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.json b/descriptions-next/ghec/dereferenced/ghec.deref.json index b9051a6d24..ad66dc0f63 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.deref.json @@ -137991,17 +137991,17 @@ } }, { - "name": "package_registry_url", + "name": "artifact_registry_url", "in": "query", - "description": "A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", + "description": "A comma-separated list of artifact registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", "schema": { "type": "string" } }, { - "name": "package_registry", + "name": "artifact_registry", "in": "query", - "description": "A comma-separated list of Package Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned.\n\nCan be: `jfrog-artifactory`", + "description": "A comma-separated list of Artifact Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned.\n\nCan be: `jfrog-artifactory`", "schema": { "type": "string" } @@ -668737,7 +668737,7 @@ }, "post": { "summary": "Create a public SSH key for the authenticated user", - "description": "Adds a public SSH key to the authenticated user's GitHub account.\n\nOAuth app tokens and personal access tokens (classic) need the `write:gpg_key` scope to use this endpoint.", + "description": "Adds a public SSH key to the authenticated user's GitHub account.\n\nOAuth app tokens and personal access tokens (classic) need the `write:public_key` scope to use this endpoint.", "operationId": "users/create-public-ssh-key-for-authenticated-user", "tags": [ "users" diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.deref.yaml index 3a62b7e933..2e40308f04 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.deref.yaml @@ -37516,17 +37516,17 @@ paths: - *280 - *281 - *282 - - name: package_registry_url + - name: artifact_registry_url in: query - description: A comma-separated list of package registry URLs. If specified, + description: A comma-separated list of artifact registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned. schema: type: string - - name: package_registry + - name: artifact_registry in: query description: |- - A comma-separated list of Package Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned. + A comma-separated list of Artifact Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned. Can be: `jfrog-artifactory` schema: @@ -112079,7 +112079,7 @@ paths: description: |- Adds a public SSH key to the authenticated user's GitHub account. - OAuth app tokens and personal access tokens (classic) need the `write:gpg_key` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `write:public_key` scope to use this endpoint. operationId: users/create-public-ssh-key-for-authenticated-user tags: - users diff --git a/descriptions-next/ghec/ghec.2022-11-28.json b/descriptions-next/ghec/ghec.2022-11-28.json index 27faa8dbb4..8a3f403182 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.json +++ b/descriptions-next/ghec/ghec.2022-11-28.json @@ -23826,10 +23826,10 @@ "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" }, { - "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry-urls" + "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry-urls" }, { - "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry" + "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry" }, { "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" @@ -80825,7 +80825,7 @@ }, "post": { "summary": "Create a public SSH key for the authenticated user", - "description": "Adds a public SSH key to the authenticated user's GitHub account.\n\nOAuth app tokens and personal access tokens (classic) need the `write:gpg_key` scope to use this endpoint.", + "description": "Adds a public SSH key to the authenticated user's GitHub account.\n\nOAuth app tokens and personal access tokens (classic) need the `write:public_key` scope to use this endpoint.", "operationId": "users/create-public-ssh-key-for-authenticated-user", "tags": [ "users" @@ -333870,18 +333870,18 @@ "type": "integer" } }, - "dependabot-alert-comma-separated-package-registry-urls": { - "name": "package_registry_url", + "dependabot-alert-comma-separated-artifact-registry-urls": { + "name": "artifact_registry_url", "in": "query", - "description": "A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", + "description": "A comma-separated list of artifact registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", "schema": { "type": "string" } }, - "dependabot-alert-comma-separated-package-registry": { - "name": "package_registry", + "dependabot-alert-comma-separated-artifact-registry": { + "name": "artifact_registry", "in": "query", - "description": "A comma-separated list of Package Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned.\n\nCan be: `jfrog-artifactory`", + "description": "A comma-separated list of Artifact Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned.\n\nCan be: `jfrog-artifactory`", "schema": { "type": "string" } diff --git a/descriptions-next/ghec/ghec.2022-11-28.yaml b/descriptions-next/ghec/ghec.2022-11-28.yaml index f925de14e1..694fd60057 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.yaml +++ b/descriptions-next/ghec/ghec.2022-11-28.yaml @@ -17225,8 +17225,8 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" - - "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry-urls" - - "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry-urls" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" @@ -58478,7 +58478,7 @@ paths: description: |- Adds a public SSH key to the authenticated user's GitHub account. - OAuth app tokens and personal access tokens (classic) need the `write:gpg_key` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `write:public_key` scope to use this endpoint. operationId: users/create-public-ssh-key-for-authenticated-user tags: - users @@ -249246,19 +249246,19 @@ components: required: true schema: type: integer - dependabot-alert-comma-separated-package-registry-urls: - name: package_registry_url + dependabot-alert-comma-separated-artifact-registry-urls: + name: artifact_registry_url in: query - description: A comma-separated list of package registry URLs. If specified, + description: A comma-separated list of artifact registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned. schema: type: string - dependabot-alert-comma-separated-package-registry: - name: package_registry + dependabot-alert-comma-separated-artifact-registry: + name: artifact_registry in: query description: |- - A comma-separated list of Package Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned. + A comma-separated list of Artifact Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned. Can be: `jfrog-artifactory` schema: diff --git a/descriptions-next/ghec/ghec.json b/descriptions-next/ghec/ghec.json index 27faa8dbb4..8a3f403182 100644 --- a/descriptions-next/ghec/ghec.json +++ b/descriptions-next/ghec/ghec.json @@ -23826,10 +23826,10 @@ "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" }, { - "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry-urls" + "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry-urls" }, { - "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry" + "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry" }, { "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" @@ -80825,7 +80825,7 @@ }, "post": { "summary": "Create a public SSH key for the authenticated user", - "description": "Adds a public SSH key to the authenticated user's GitHub account.\n\nOAuth app tokens and personal access tokens (classic) need the `write:gpg_key` scope to use this endpoint.", + "description": "Adds a public SSH key to the authenticated user's GitHub account.\n\nOAuth app tokens and personal access tokens (classic) need the `write:public_key` scope to use this endpoint.", "operationId": "users/create-public-ssh-key-for-authenticated-user", "tags": [ "users" @@ -333870,18 +333870,18 @@ "type": "integer" } }, - "dependabot-alert-comma-separated-package-registry-urls": { - "name": "package_registry_url", + "dependabot-alert-comma-separated-artifact-registry-urls": { + "name": "artifact_registry_url", "in": "query", - "description": "A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", + "description": "A comma-separated list of artifact registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", "schema": { "type": "string" } }, - "dependabot-alert-comma-separated-package-registry": { - "name": "package_registry", + "dependabot-alert-comma-separated-artifact-registry": { + "name": "artifact_registry", "in": "query", - "description": "A comma-separated list of Package Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned.\n\nCan be: `jfrog-artifactory`", + "description": "A comma-separated list of Artifact Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned.\n\nCan be: `jfrog-artifactory`", "schema": { "type": "string" } diff --git a/descriptions-next/ghec/ghec.yaml b/descriptions-next/ghec/ghec.yaml index f925de14e1..694fd60057 100644 --- a/descriptions-next/ghec/ghec.yaml +++ b/descriptions-next/ghec/ghec.yaml @@ -17225,8 +17225,8 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" - - "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry-urls" - - "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry-urls" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" - "$ref": "#/components/parameters/dependabot-alert-scope" - "$ref": "#/components/parameters/dependabot-alert-sort" @@ -58478,7 +58478,7 @@ paths: description: |- Adds a public SSH key to the authenticated user's GitHub account. - OAuth app tokens and personal access tokens (classic) need the `write:gpg_key` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `write:public_key` scope to use this endpoint. operationId: users/create-public-ssh-key-for-authenticated-user tags: - users @@ -249246,19 +249246,19 @@ components: required: true schema: type: integer - dependabot-alert-comma-separated-package-registry-urls: - name: package_registry_url + dependabot-alert-comma-separated-artifact-registry-urls: + name: artifact_registry_url in: query - description: A comma-separated list of package registry URLs. If specified, + description: A comma-separated list of artifact registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned. schema: type: string - dependabot-alert-comma-separated-package-registry: - name: package_registry + dependabot-alert-comma-separated-artifact-registry: + name: artifact_registry in: query description: |- - A comma-separated list of Package Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned. + A comma-separated list of Artifact Registry name strings. If specified, only alerts for repositories with storage records matching these registries will be returned. Can be: `jfrog-artifactory` schema: diff --git a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json index 9ab2507b10..1f07e385db 100644 --- a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json +++ b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json @@ -501176,7 +501176,7 @@ }, "post": { "summary": "Create a public SSH key for the authenticated user", - "description": "Adds a public SSH key to the authenticated user's GitHub account.\n\nOAuth app tokens and personal access tokens (classic) need the `write:gpg_key` scope to use this endpoint.", + "description": "Adds a public SSH key to the authenticated user's GitHub account.\n\nOAuth app tokens and personal access tokens (classic) need the `write:public_key` scope to use this endpoint.", "operationId": "users/create-public-ssh-key-for-authenticated-user", "tags": [ "users" diff --git a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml index cf092fdd15..4d7ea14dee 100644 --- a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml +++ b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml @@ -88791,7 +88791,7 @@ paths: description: |- Adds a public SSH key to the authenticated user's GitHub account. - OAuth app tokens and personal access tokens (classic) need the `write:gpg_key` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `write:public_key` scope to use this endpoint. operationId: users/create-public-ssh-key-for-authenticated-user tags: - users diff --git a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.json b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.json index 9ab2507b10..1f07e385db 100644 --- a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.json +++ b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.json @@ -501176,7 +501176,7 @@ }, "post": { "summary": "Create a public SSH key for the authenticated user", - "description": "Adds a public SSH key to the authenticated user's GitHub account.\n\nOAuth app tokens and personal access tokens (classic) need the `write:gpg_key` scope to use this endpoint.", + "description": "Adds a public SSH key to the authenticated user's GitHub account.\n\nOAuth app tokens and personal access tokens (classic) need the `write:public_key` scope to use this endpoint.", "operationId": "users/create-public-ssh-key-for-authenticated-user", "tags": [ "users" diff --git a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.yaml b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.yaml index cf092fdd15..4d7ea14dee 100644 --- a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.yaml +++ b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.yaml @@ -88791,7 +88791,7 @@ paths: description: |- Adds a public SSH key to the authenticated user's GitHub account. - OAuth app tokens and personal access tokens (classic) need the `write:gpg_key` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `write:public_key` scope to use this endpoint. operationId: users/create-public-ssh-key-for-authenticated-user tags: - users diff --git a/descriptions-next/ghes-3.14/ghes-3.14.2022-11-28.json b/descriptions-next/ghes-3.14/ghes-3.14.2022-11-28.json index 965a56cbda..7b4aee39ca 100644 --- a/descriptions-next/ghes-3.14/ghes-3.14.2022-11-28.json +++ b/descriptions-next/ghes-3.14/ghes-3.14.2022-11-28.json @@ -61803,7 +61803,7 @@ }, "post": { "summary": "Create a public SSH key for the authenticated user", - "description": "Adds a public SSH key to the authenticated user's GitHub account.\n\nOAuth app tokens and personal access tokens (classic) need the `write:gpg_key` scope to use this endpoint.", + "description": "Adds a public SSH key to the authenticated user's GitHub account.\n\nOAuth app tokens and personal access tokens (classic) need the `write:public_key` scope to use this endpoint.", "operationId": "users/create-public-ssh-key-for-authenticated-user", "tags": [ "users" diff --git a/descriptions-next/ghes-3.14/ghes-3.14.2022-11-28.yaml b/descriptions-next/ghes-3.14/ghes-3.14.2022-11-28.yaml index f1f6fb1942..50679157a4 100644 --- a/descriptions-next/ghes-3.14/ghes-3.14.2022-11-28.yaml +++ b/descriptions-next/ghes-3.14/ghes-3.14.2022-11-28.yaml @@ -44725,7 +44725,7 @@ paths: description: |- Adds a public SSH key to the authenticated user's GitHub account. - OAuth app tokens and per{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}