diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.json b/descriptions/api.github.com/api.github.com.2022-11-28.json index ea49cb2d22..0e64cbbb84 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions/api.github.com/api.github.com.2022-11-28.json @@ -15321,10 +15321,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" @@ -68136,7 +68136,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" @@ -304381,18 +304381,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/api.github.com/api.github.com.2022-11-28.yaml b/descriptions/api.github.com/api.github.com.2022-11-28.yaml index 3a64c12239..c150969483 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions/api.github.com/api.github.com.2022-11-28.yaml @@ -11222,8 +11222,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" @@ -49560,7 +49560,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 @@ -231215,19 +231215,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/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index ea49cb2d22..0e64cbbb84 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -15321,10 +15321,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" @@ -68136,7 +68136,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" @@ -304381,18 +304381,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/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 3a64c12239..c150969483 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -11222,8 +11222,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" @@ -49560,7 +49560,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 @@ -231215,19 +231215,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/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index 6815a32024..ce1b7c020e 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -85589,17 +85589,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" } @@ -515016,7 +515016,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/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index cba34ab9e5..b0f50b16d7 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -26900,17 +26900,17 @@ paths: - *162 - *163 - *164 - - 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: @@ -97154,7 +97154,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/api.github.com/dereferenced/api.github.com.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json index 6815a32024..ce1b7c020e 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -85589,17 +85589,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" } @@ -515016,7 +515016,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/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index cba34ab9e5..b0f50b16d7 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -26900,17 +26900,17 @@ paths: - *162 - *163 - *164 - - 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: @@ -97154,7 +97154,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/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json index dfc96e0f02..1ec130c971 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -123181,17 +123181,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" } @@ -571746,7 +571746,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/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 4ced9841b6..58c8beedf0 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -36564,17 +36564,17 @@ paths: - *289 - *290 - *291 - - 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: @@ -109673,7 +109673,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/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index dfc96e0f02..1ec130c971 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -123181,17 +123181,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" } @@ -571746,7 +571746,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/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index 4ced9841b6..58c8beedf0 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.deref.yaml @@ -36564,17 +36564,17 @@ paths: - *289 - *290 - *291 - - 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: @@ -109673,7 +109673,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/ghec/ghec.2022-11-28.json b/descriptions/ghec/ghec.2022-11-28.json index a7ae19d919..62a4e92c23 100644 --- a/descriptions/ghec/ghec.2022-11-28.json +++ b/descriptions/ghec/ghec.2022-11-28.json @@ -23756,10 +23756,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" @@ -80478,7 +80478,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" @@ -324652,18 +324652,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/ghec/ghec.2022-11-28.yaml b/descriptions/ghec/ghec.2022-11-28.yaml index 3d03209cd8..1f9cf883af 100644 --- a/descriptions/ghec/ghec.2022-11-28.yaml +++ b/descriptions/ghec/ghec.2022-11-28.yaml @@ -17192,8 +17192,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" @@ -58304,7 +58304,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 @@ -245829,19 +245829,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/ghec/ghec.json b/descriptions/ghec/ghec.json index a7ae19d919..62a4e92c23 100644 --- a/descriptions/ghec/ghec.json +++ b/descriptions/ghec/ghec.json @@ -23756,10 +23756,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" @@ -80478,7 +80478,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" @@ -324652,18 +324652,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/ghec/ghec.yaml b/descriptions/ghec/ghec.yaml index 3d03209cd8..1f9cf883af 100644 --- a/descriptions/ghec/ghec.yaml +++ b/descriptions/ghec/ghec.yaml @@ -17192,8 +17192,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" @@ -58304,7 +58304,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 @@ -245829,19 +245829,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/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json b/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json index 94f68d4953..2ccc2a3764 100644 --- a/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json +++ b/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json @@ -425899,7 +425899,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/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml b/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml index 620c0ac03a..9d43d116ef 100644 --- a/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml +++ b/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml @@ -86804,7 +86804,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/ghes-3.14/dereferenced/ghes-3.14.deref.json b/descriptions/ghes-3.14/dereferenced/ghes-3.14.deref.json index 94f68d4953..2ccc2a3764 100644 --- a/descriptions/ghes-3.14/dereferenced/ghes-3.14.deref.json +++ b/descriptions/ghes-3.14/dereferenced/ghes-3.14.deref.json @@ -425899,7 +425899,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/ghes-3.14/dereferenced/ghes-3.14.deref.yaml b/descriptions/ghes-3.14/dereferenced/ghes-3.14.deref.yaml index 620c0ac03a..9d43d116ef 100644 --- a/descriptions/ghes-3.14/dereferenced/ghes-3.14.deref.yaml +++ b/descriptions/ghes-3.14/dereferenced/ghes-3.14.deref.yaml @@ -86804,7 +86804,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/ghes-3.14/ghes-3.14.2022-11-28.json b/descriptions/ghes-3.14/ghes-3.14.2022-11-28.json index 0e8c19d245..e43d52542f 100644 --- a/descriptions/ghes-3.14/ghes-3.14.2022-11-28.json +++ b/descriptions/ghes-3.14/ghes-3.14.2022-11-28.json @@ -61512,7 +61512,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/ghes-3.14/ghes-3.14.2022-11-28.yaml b/descriptions/ghes-3.14/ghes-3.14.2022-11-28.yaml index 30998472ad..1dbe7b3be8 100644 --- a/descriptions/ghes-3.14/ghes-3.14.2022-11-28.yaml +++ b/descriptions/ghes-3.14/ghes-3.14.2022-11-28.yaml @@ -44579,7 +44579,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/ghes-3.14/ghes-3.14.json b/descriptions/ghes-3.14/ghes-3.14.json index 0e8c19d245..e43d52542f 100644 --- a/descri{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}