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 2c761f4789..6cf0c28186 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 @@ -15317,7 +15317,7 @@ "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" }, { - "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry-urls" + "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry-urls" }, { "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry" @@ -49884,6 +49884,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -112427,7 +112441,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -126390,6 +126404,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "example": "54bb654c9e6025347f57900a4a5c2313a96b8035", @@ -128575,6 +128594,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "$ref": "#/components/schemas/simple-user" }, @@ -144069,6 +144093,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -144464,6 +144493,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -144593,6 +144627,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -144618,6 +144653,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -144996,6 +145032,11 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -221138,6 +221179,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "format": "date-time", + "nullable": true + }, "user": { "title": "User", "type": "object", @@ -242438,6 +242484,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -245561,6 +245612,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -259961,6 +260017,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -260346,6 +260403,11 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "url": { "type": "string", "format": "uri" @@ -304126,10 +304188,10 @@ "$ref": "#/components/schemas/code-scanning-analysis-tool-guid" } }, - "dependabot-alert-comma-separated-artifact-registry-urls": { - "name": "artifact_registry_url", + "dependabot-alert-comma-separated-package-registry-urls": { + "name": "package_registry_url", "in": "query", - "description": "A comma-separated list of Artifact Registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", + "description": "A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", "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 469345fa16..d57f128d67 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 @@ -11219,7 +11219,7 @@ 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-artifact-registry-urls" + - "$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-has" - "$ref": "#/components/parameters/dependabot-alert-scope" @@ -36498,6 +36498,13 @@ paths: state: open labels: - bug + issue_field_values: + - field_id: '123' + value: Critical + - field_id: '456' + value: 5 + - field_id: '789' + value: responses: '200': description: Response @@ -82547,7 +82554,8 @@ components: actor_id: type: integer nullable: true - description: The ID of the actor that can bypass a ruleset. If `actor_type` + description: The ID of the actor that can bypass a ruleset. Required for + `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories. @@ -93263,6 +93271,10 @@ components: submitted_at: type: string format: date-time + updated_at: + type: string + nullable: true + format: date-time commit_id: description: A commit SHA for the review. example: 54bb654c9e6025347f57900a4a5c2313a96b8035 @@ -94920,6 +94932,10 @@ components: type: string format: date-time nullable: true + updated_at: + type: string + nullable: true + format: date-time author: "$ref": "#/components/schemas/simple-user" assets: @@ -106697,6 +106713,10 @@ components: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time user: title: User type: object @@ -106991,6 +107011,10 @@ components: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time discussion_url: type: string format: uri @@ -107093,6 +107117,7 @@ components: - published_at - assets - tarball_url + - updated_at - zipball_url - body webhooks_release_1: @@ -107117,6 +107142,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -107399,6 +107425,10 @@ components: description: Specifies the commitish value that determines where the Git tag is created from. type: string + updated_at: + type: string + nullable: true + format: date-time upload_url: type: string format: uri-template @@ -164524,6 +164554,10 @@ components: submitted_at: type: string format: date-time + updated_at: + type: string + format: date-time + nullable: true user: title: User type: object @@ -180763,6 +180797,10 @@ components: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -183124,6 +183162,10 @@ components: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -194039,6 +194081,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -194326,6 +194369,10 @@ components: upload_url: type: string format: uri-template + updated_at: + type: string + nullable: true + format: date-time url: type: string format: uri @@ -231028,10 +231075,10 @@ components: required: false schema: "$ref": "#/components/schemas/code-scanning-analysis-tool-guid" - dependabot-alert-comma-separated-artifact-registry-urls: - name: artifact_registry_url + dependabot-alert-comma-separated-package-registry-urls: + name: package_registry_url in: query - description: A comma-separated list of Artifact Registry URLs. If specified, + description: A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned. schema: diff --git a/descriptions/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index 2c761f4789..6cf0c28186 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -15317,7 +15317,7 @@ "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" }, { - "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry-urls" + "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry-urls" }, { "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry" @@ -49884,6 +49884,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -112427,7 +112441,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -126390,6 +126404,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "example": "54bb654c9e6025347f57900a4a5c2313a96b8035", @@ -128575,6 +128594,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "$ref": "#/components/schemas/simple-user" }, @@ -144069,6 +144093,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -144464,6 +144493,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -144593,6 +144627,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -144618,6 +144653,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -144996,6 +145032,11 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -221138,6 +221179,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "format": "date-time", + "nullable": true + }, "user": { "title": "User", "type": "object", @@ -242438,6 +242484,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -245561,6 +245612,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -259961,6 +260017,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -260346,6 +260403,11 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "url": { "type": "string", "format": "uri" @@ -304126,10 +304188,10 @@ "$ref": "#/components/schemas/code-scanning-analysis-tool-guid" } }, - "dependabot-alert-comma-separated-artifact-registry-urls": { - "name": "artifact_registry_url", + "dependabot-alert-comma-separated-package-registry-urls": { + "name": "package_registry_url", "in": "query", - "description": "A comma-separated list of Artifact Registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", + "description": "A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", "schema": { "type": "string" } diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 469345fa16..d57f128d67 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -11219,7 +11219,7 @@ 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-artifact-registry-urls" + - "$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-has" - "$ref": "#/components/parameters/dependabot-alert-scope" @@ -36498,6 +36498,13 @@ paths: state: open labels: - bug + issue_field_values: + - field_id: '123' + value: Critical + - field_id: '456' + value: 5 + - field_id: '789' + value: responses: '200': description: Response @@ -82547,7 +82554,8 @@ components: actor_id: type: integer nullable: true - description: The ID of the actor that can bypass a ruleset. If `actor_type` + description: The ID of the actor that can bypass a ruleset. Required for + `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories. @@ -93263,6 +93271,10 @@ components: submitted_at: type: string format: date-time + updated_at: + type: string + nullable: true + format: date-time commit_id: description: A commit SHA for the review. example: 54bb654c9e6025347f57900a4a5c2313a96b8035 @@ -94920,6 +94932,10 @@ components: type: string format: date-time nullable: true + updated_at: + type: string + nullable: true + format: date-time author: "$ref": "#/components/schemas/simple-user" assets: @@ -106697,6 +106713,10 @@ components: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time user: title: User type: object @@ -106991,6 +107011,10 @@ components: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time discussion_url: type: string format: uri @@ -107093,6 +107117,7 @@ components: - published_at - assets - tarball_url + - updated_at - zipball_url - body webhooks_release_1: @@ -107117,6 +107142,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -107399,6 +107425,10 @@ components: description: Specifies the commitish value that determines where the Git tag is created from. type: string + updated_at: + type: string + nullable: true + format: date-time upload_url: type: string format: uri-template @@ -164524,6 +164554,10 @@ components: submitted_at: type: string format: date-time + updated_at: + type: string + format: date-time + nullable: true user: title: User type: object @@ -180763,6 +180797,10 @@ components: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -183124,6 +183162,10 @@ components: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -194039,6 +194081,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -194326,6 +194369,10 @@ components: upload_url: type: string format: uri-template + updated_at: + type: string + nullable: true + format: date-time url: type: string format: uri @@ -231028,10 +231075,10 @@ components: required: false schema: "$ref": "#/components/schemas/code-scanning-analysis-tool-guid" - dependabot-alert-comma-separated-artifact-registry-urls: - name: artifact_registry_url + dependabot-alert-comma-separated-package-registry-urls: + name: package_registry_url in: query - description: A comma-separated list of Artifact Registry URLs. If specified, + description: A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned. 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 872f2cd87b..8cb0700b6b 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 @@ -85330,9 +85330,9 @@ } }, { - "name": "artifact_registry_url", + "name": "package_registry_url", "in": "query", - "description": "A comma-separated list of Artifact Registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", + "description": "A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", "schema": { "type": "string" } @@ -132115,7 +132115,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -133463,7 +133463,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -134609,7 +134609,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -136539,7 +136539,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -137912,7 +137912,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -139054,7 +139054,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -318793,6 +318793,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -370045,6 +370059,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "example": "54bb654c9e6025347f57900a4a5c2313a96b8035", @@ -420035,6 +420054,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -420761,6 +420785,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -422333,6 +422362,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -422962,6 +422996,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -423616,6 +423655,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -424307,6 +424351,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -428130,7 +428179,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -429486,7 +429535,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -430481,7 +430530,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -432430,7 +432479,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -433801,7 +433850,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -434792,7 +434841,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -1002545,6 +1002594,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "format": "date-time", + "nullable": true + }, "user": { "title": "User", "type": "object", @@ -1007085,6 +1007139,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -1030268,6 +1030327,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -1035220,6 +1035284,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -1039921,6 +1039990,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -1064723,6 +1064797,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1064852,6 +1064931,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1066747,6 +1066827,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1066876,6 +1066961,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1068824,6 +1068910,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1068953,6 +1069044,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1070589,6 +1070681,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1070974,6 +1071067,11 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "url": { "type": "string", "format": "uri" @@ -1072616,6 +1072714,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1072994,6 +1073093,11 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -1074899,6 +1075003,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1075028,6 +1075137,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1076663,6 +1076773,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1077041,6 +1077152,11 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -1100813,7 +1100929,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -1103662,7 +1103778,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -1106511,7 +1106627,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", 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 644ef49537..77ec912779 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 @@ -26831,9 +26831,9 @@ paths: - *161 - *162 - *163 - - name: artifact_registry_url + - name: package_registry_url in: query - description: A comma-separated list of Artifact Registry URLs. If specified, + description: A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned. schema: @@ -36076,10 +36076,11 @@ paths: type: integer nullable: true description: The ID of the actor that can bypass a ruleset. - If `actor_type` is `OrganizationAdmin`, this should - be `1`. If `actor_type` is `DeployKey`, this should - be null. `OrganizationAdmin` is not applicable for personal - repositories. + Required for `Integration`, `RepositoryRole`, and `Team` + actor types. If `actor_type` is `OrganizationAdmin`, + this should be `1`. If `actor_type` is `DeployKey`, + this should be null. `OrganizationAdmin` is not applicable + for personal repositories. actor_type: type: string enum: @@ -73832,6 +73833,13 @@ paths: state: open labels: - bug + issue_field_values: + - field_id: '123' + value: Critical + - field_id: '456' + value: 5 + - field_id: '789' + value: responses: '200': description: Response @@ -76259,6 +76267,10 @@ paths: submitted_at: type: string format: date-time + updated_at: + type: string + nullable: true + format: date-time commit_id: description: A commit SHA for the review. example: 54bb654c9e6025347f57900a4a5c2313a96b8035 @@ -83992,6 +84004,10 @@ paths: type: string format: date-time nullable: true + updated_at: + type: string + nullable: true + format: date-time author: *4 assets: type: array @@ -179071,6 +179087,10 @@ x-webhooks: submitted_at: type: string format: date-time + updated_at: + type: string + format: date-time + nullable: true user: title: User type: object @@ -181367,6 +181387,10 @@ x-webhooks: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time user: title: User type: object @@ -195862,6 +195886,10 @@ x-webhooks: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -198301,6 +198329,10 @@ x-webhooks: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -209828,6 +209860,10 @@ x-webhooks: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time discussion_url: type: string format: uri @@ -209930,6 +209966,7 @@ x-webhooks: - published_at - assets - tarball_url + - updated_at - zipball_url - body repository: *692 @@ -210237,6 +210274,7 @@ x-webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -210524,6 +210562,10 @@ x-webhooks: upload_url: type: string format: uri-template + updated_at: + type: string + nullable: true + format: date-time url: type: string format: uri @@ -210632,6 +210674,7 @@ x-webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -210914,6 +210957,10 @@ x-webhooks: description: Specifies the commitish value that determines where the Git tag is created from. type: string + updated_at: + type: string + nullable: true + format: date-time upload_url: type: string format: uri-template 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 872f2cd87b..8cb0700b6b 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -85330,9 +85330,9 @@ } }, { - "name": "artifact_registry_url", + "name": "package_registry_url", "in": "query", - "description": "A comma-separated list of Artifact Registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", + "description": "A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", "schema": { "type": "string" } @@ -132115,7 +132115,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -133463,7 +133463,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -134609,7 +134609,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -136539,7 +136539,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -137912,7 +137912,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -139054,7 +139054,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -318793,6 +318793,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -370045,6 +370059,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "example": "54bb654c9e6025347f57900a4a5c2313a96b8035", @@ -420035,6 +420054,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -420761,6 +420785,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -422333,6 +422362,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -422962,6 +422996,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -423616,6 +423655,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -424307,6 +424351,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -428130,7 +428179,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -429486,7 +429535,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -430481,7 +430530,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -432430,7 +432479,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -433801,7 +433850,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -434792,7 +434841,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -1002545,6 +1002594,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "format": "date-time", + "nullable": true + }, "user": { "title": "User", "type": "object", @@ -1007085,6 +1007139,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -1030268,6 +1030327,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -1035220,6 +1035284,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -1039921,6 +1039990,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -1064723,6 +1064797,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1064852,6 +1064931,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1066747,6 +1066827,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1066876,6 +1066961,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1068824,6 +1068910,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1068953,6 +1069044,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1070589,6 +1070681,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1070974,6 +1071067,11 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "url": { "type": "string", "format": "uri" @@ -1072616,6 +1072714,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1072994,6 +1073093,11 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -1074899,6 +1075003,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1075028,6 +1075137,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1076663,6 +1076773,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1077041,6 +1077152,11 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -1100813,7 +1100929,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -1103662,7 +1103778,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -1106511,7 +1106627,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", 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 644ef49537..77ec912779 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -26831,9 +26831,9 @@ paths: - *161 - *162 - *163 - - name: artifact_registry_url + - name: package_registry_url in: query - description: A comma-separated list of Artifact Registry URLs. If specified, + description: A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned. schema: @@ -36076,10 +36076,11 @@ paths: type: integer nullable: true description: The ID of the actor that can bypass a ruleset. - If `actor_type` is `OrganizationAdmin`, this should - be `1`. If `actor_type` is `DeployKey`, this should - be null. `OrganizationAdmin` is not applicable for personal - repositories. + Required for `Integration`, `RepositoryRole`, and `Team` + actor types. If `actor_type` is `OrganizationAdmin`, + this should be `1`. If `actor_type` is `DeployKey`, + this should be null. `OrganizationAdmin` is not applicable + for personal repositories. actor_type: type: string enum: @@ -73832,6 +73833,13 @@ paths: state: open labels: - bug + issue_field_values: + - field_id: '123' + value: Critical + - field_id: '456' + value: 5 + - field_id: '789' + value: responses: '200': description: Response @@ -76259,6 +76267,10 @@ paths: submitted_at: type: string format: date-time + updated_at: + type: string + nullable: true + format: date-time commit_id: description: A commit SHA for the review. example: 54bb654c9e6025347f57900a4a5c2313a96b8035 @@ -83992,6 +84004,10 @@ paths: type: string format: date-time nullable: true + updated_at: + type: string + nullable: true + format: date-time author: *4 assets: type: array @@ -179071,6 +179087,10 @@ x-webhooks: submitted_at: type: string format: date-time + updated_at: + type: string + format: date-time + nullable: true user: title: User type: object @@ -181367,6 +181387,10 @@ x-webhooks: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time user: title: User type: object @@ -195862,6 +195886,10 @@ x-webhooks: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -198301,6 +198329,10 @@ x-webhooks: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -209828,6 +209860,10 @@ x-webhooks: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time discussion_url: type: string format: uri @@ -209930,6 +209966,7 @@ x-webhooks: - published_at - assets - tarball_url + - updated_at - zipball_url - body repository: *692 @@ -210237,6 +210274,7 @@ x-webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -210524,6 +210562,10 @@ x-webhooks: upload_url: type: string format: uri-template + updated_at: + type: string + nullable: true + format: date-time url: type: string format: uri @@ -210632,6 +210674,7 @@ x-webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -210914,6 +210957,10 @@ x-webhooks: description: Specifies the commitish value that determines where the Git tag is created from. type: string + updated_at: + type: string + nullable: true + format: date-time upload_url: type: string format: uri-template diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json index 6ce27228f3..0e4575c88e 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -43859,7 +43859,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -45220,7 +45220,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -46601,7 +46601,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -47955,7 +47955,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -49312,7 +49312,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -122857,9 +122857,9 @@ } }, { - "name": "artifact_registry_url", + "name": "package_registry_url", "in": "query", - "description": "A comma-separated list of Artifact Registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", + "description": "A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", "schema": { "type": "string" } @@ -172382,7 +172382,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -173731,7 +173731,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -174878,7 +174878,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -176809,7 +176809,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -178183,7 +178183,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -179326,7 +179326,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -364657,6 +364657,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -415909,6 +415923,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "example": "54bb654c9e6025347f57900a4a5c2313a96b8035", @@ -466042,6 +466061,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -466768,6 +466792,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -468340,6 +468369,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -468969,6 +469003,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -469623,6 +469662,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -470314,6 +470358,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -474137,7 +474186,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -475494,7 +475543,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -476490,7 +476539,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -478440,7 +478489,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -479812,7 +479861,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -480804,7 +480853,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -1092881,6 +1092930,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "format": "date-time", + "nullable": true + }, "user": { "title": "User", "type": "object", @@ -1097421,6 +1097475,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -1120604,6 +1120663,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -1125556,6 +1125620,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -1130257,6 +1130326,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -1155059,6 +1155133,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1155188,6 +1155267,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1157083,6 +1157163,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1157212,6 +1157297,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1159160,6 +1159246,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1159289,6 +1159380,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1160925,6 +1161017,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1161310,6 +1161403,11 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "url": { "type": "string", "format": "uri" @@ -1162952,6 +1163050,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1163330,6 +1163429,11 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -1165235,6 +1165339,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1165364,6 +1165473,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1166999,6 +1167109,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1167377,6 +1167488,11 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -1191149,7 +1191265,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -1193999,7 +1194115,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -1196849,7 +1196965,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 61dc5d4e49..8f2fa4cd70 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -17123,11 +17123,12 @@ paths: type: integer nullable: true description: The ID of the actor that can bypass a ruleset. - If `actor_type` is `OrganizationAdmin`, this should be `1`. - If `actor_type` is `DeployKey`, this should be null. If - `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. - `OrganizationAdmin` and `EnterpriseOwner` are not applicable - for personal repositories. + Required for `Integration`, `RepositoryRole`, and `Team` + actor types. If `actor_type` is `OrganizationAdmin`, this + should be `1`. If `actor_type` is `DeployKey`, this should + be null. If `actor_type` is `EnterpriseOwner`, `actor_id` + is ignored. `OrganizationAdmin` and `EnterpriseOwner` are + not applicable for personal repositories. actor_type: type: string enum: @@ -36455,9 +36456,9 @@ paths: - *288 - *289 - *290 - - name: artifact_registry_url + - name: package_registry_url in: query - description: A comma-separated list of Artifact Registry URLs. If specified, + description: A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned. schema: @@ -84131,6 +84132,13 @@ paths: state: open labels: - bug + issue_field_values: + - field_id: '123' + value: Critical + - field_id: '456' + value: 5 + - field_id: '789' + value: responses: '200': description: Response @@ -86558,6 +86566,10 @@ paths: submitted_at: type: string format: date-time + updated_at: + type: string + nullable: true + format: date-time commit_id: description: A commit SHA for the review. example: 54bb654c9e6025347f57900a4a5c2313a96b8035 @@ -94352,6 +94364,10 @@ paths: type: string format: date-time nullable: true + updated_at: + type: string + nullable: true + format: date-time author: *4 assets: type: array @@ -193030,6 +193046,10 @@ x-webhooks: submitted_at: type: string format: date-time + updated_at: + type: string + format: date-time + nullable: true user: title: User type: object @@ -195326,6 +195346,10 @@ x-webhooks: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time user: title: User type: object @@ -209821,6 +209845,10 @@ x-webhooks: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -212260,6 +212288,10 @@ x-webhooks: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -223787,6 +223819,10 @@ x-webhooks: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time discussion_url: type: string format: uri @@ -223889,6 +223925,7 @@ x-webhooks: - published_at - assets - tarball_url + - updated_at - zipball_url - body repository: *809 @@ -224196,6 +224233,7 @@ x-webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -224483,6 +224521,10 @@ x-webhooks: upload_url: type: string format: uri-template + updated_at: + type: string + nullable: true + format: date-time url: type: string format: uri @@ -224591,6 +224633,7 @@ x-webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -224873,6 +224916,10 @@ x-webhooks: description: Specifies the commitish value that determines where the Git tag is created from. type: string + updated_at: + type: string + nullable: true + format: date-time upload_url: type: string format: uri-template diff --git a/descriptions/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index 6ce27228f3..0e4575c88e 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -43859,7 +43859,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -45220,7 +45220,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -46601,7 +46601,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -47955,7 +47955,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -49312,7 +49312,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -122857,9 +122857,9 @@ } }, { - "name": "artifact_registry_url", + "name": "package_registry_url", "in": "query", - "description": "A comma-separated list of Artifact Registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", + "description": "A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", "schema": { "type": "string" } @@ -172382,7 +172382,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -173731,7 +173731,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -174878,7 +174878,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -176809,7 +176809,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -178183,7 +178183,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -179326,7 +179326,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -364657,6 +364657,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -415909,6 +415923,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "example": "54bb654c9e6025347f57900a4a5c2313a96b8035", @@ -466042,6 +466061,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -466768,6 +466792,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -468340,6 +468369,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -468969,6 +469003,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -469623,6 +469662,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -470314,6 +470358,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -474137,7 +474186,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -475494,7 +475543,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -476490,7 +476539,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -478440,7 +478489,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -479812,7 +479861,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -480804,7 +480853,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -1092881,6 +1092930,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "format": "date-time", + "nullable": true + }, "user": { "title": "User", "type": "object", @@ -1097421,6 +1097475,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -1120604,6 +1120663,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -1125556,6 +1125620,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -1130257,6 +1130326,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -1155059,6 +1155133,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1155188,6 +1155267,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1157083,6 +1157163,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1157212,6 +1157297,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1159160,6 +1159246,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1159289,6 +1159380,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1160925,6 +1161017,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1161310,6 +1161403,11 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "url": { "type": "string", "format": "uri" @@ -1162952,6 +1163050,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1163330,6 +1163429,11 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -1165235,6 +1165339,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1165364,6 +1165473,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1166999,6 +1167109,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1167377,6 +1167488,11 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -1191149,7 +1191265,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -1193999,7 +1194115,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -1196849,7 +1196965,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", diff --git a/descriptions/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index 61dc5d4e49..8f2fa4cd70 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.deref.yaml @@ -17123,11 +17123,12 @@ paths: type: integer nullable: true description: The ID of the actor that can bypass a ruleset. - If `actor_type` is `OrganizationAdmin`, this should be `1`. - If `actor_type` is `DeployKey`, this should be null. If - `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. - `OrganizationAdmin` and `EnterpriseOwner` are not applicable - for personal repositories. + Required for `Integration`, `RepositoryRole`, and `Team` + actor types. If `actor_type` is `OrganizationAdmin`, this + should be `1`. If `actor_type` is `DeployKey`, this should + be null. If `actor_type` is `EnterpriseOwner`, `actor_id` + is ignored. `OrganizationAdmin` and `EnterpriseOwner` are + not applicable for personal repositories. actor_type: type: string enum: @@ -36455,9 +36456,9 @@ paths: - *288 - *289 - *290 - - name: artifact_registry_url + - name: package_registry_url in: query - description: A comma-separated list of Artifact Registry URLs. If specified, + description: A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned. schema: @@ -84131,6 +84132,13 @@ paths: state: open labels: - bug + issue_field_values: + - field_id: '123' + value: Critical + - field_id: '456' + value: 5 + - field_id: '789' + value: responses: '200': description: Response @@ -86558,6 +86566,10 @@ paths: submitted_at: type: string format: date-time + updated_at: + type: string + nullable: true + format: date-time commit_id: description: A commit SHA for the review. example: 54bb654c9e6025347f57900a4a5c2313a96b8035 @@ -94352,6 +94364,10 @@ paths: type: string format: date-time nullable: true + updated_at: + type: string + nullable: true + format: date-time author: *4 assets: type: array @@ -193030,6 +193046,10 @@ x-webhooks: submitted_at: type: string format: date-time + updated_at: + type: string + format: date-time + nullable: true user: title: User type: object @@ -195326,6 +195346,10 @@ x-webhooks: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time user: title: User type: object @@ -209821,6 +209845,10 @@ x-webhooks: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -212260,6 +212288,10 @@ x-webhooks: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -223787,6 +223819,10 @@ x-webhooks: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time discussion_url: type: string format: uri @@ -223889,6 +223925,7 @@ x-webhooks: - published_at - assets - tarball_url + - updated_at - zipball_url - body repository: *809 @@ -224196,6 +224233,7 @@ x-webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -224483,6 +224521,10 @@ x-webhooks: upload_url: type: string format: uri-template + updated_at: + type: string + nullable: true + format: date-time url: type: string format: uri @@ -224591,6 +224633,7 @@ x-webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -224873,6 +224916,10 @@ x-webhooks: description: Specifies the commitish value that determines where the Git tag is created from. type: string + updated_at: + type: string + nullable: true + format: date-time upload_url: type: string format: uri-template diff --git a/descriptions/ghec/ghec.2022-11-28.json b/descriptions/ghec/ghec.2022-11-28.json index 3e05f2f069..e5e05ffa93 100644 --- a/descriptions/ghec/ghec.2022-11-28.json +++ b/descriptions/ghec/ghec.2022-11-28.json @@ -23724,7 +23724,7 @@ "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" }, { - "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry-urls" + "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry-urls" }, { "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry" @@ -60255,6 +60255,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -119481,7 +119495,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -143185,6 +143199,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "example": "54bb654c9e6025347f57900a4a5c2313a96b8035", @@ -145370,6 +145389,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "$ref": "#/components/schemas/simple-user" }, @@ -162124,6 +162148,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -162519,6 +162548,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -162648,6 +162682,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -162673,6 +162708,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -163051,6 +163087,11 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -239376,6 +239417,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "format": "date-time", + "nullable": true + }, "user": { "title": "User", "type": "object", @@ -260676,6 +260722,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -263799,6 +263850,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -278199,6 +278255,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -278584,6 +278641,11 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "url": { "type": "string", "format": "uri" @@ -324346,10 +324408,10 @@ "type": "integer" } }, - "dependabot-alert-comma-separated-artifact-registry-urls": { - "name": "artifact_registry_url", + "dependabot-alert-comma-separated-package-registry-urls": { + "name": "package_registry_url", "in": "query", - "description": "A comma-separated list of Artifact Registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", + "description": "A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", "schema": { "type": "string" } diff --git a/descriptions/ghec/ghec.2022-11-28.yaml b/descriptions/ghec/ghec.2022-11-28.yaml index 54f443a6ad..d696f93d28 100644 --- a/descriptions/ghec/ghec.2022-11-28.yaml +++ b/descriptions/ghec/ghec.2022-11-28.yaml @@ -17166,7 +17166,7 @@ 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-artifact-registry-urls" + - "$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-has" - "$ref": "#/components/parameters/dependabot-alert-scope" @@ -43830,6 +43830,13 @@ paths: state: open labels: - bug + issue_field_values: + - field_id: '123' + value: Critical + - field_id: '456' + value: 5 + - field_id: '789' + value: responses: '200': description: Response @@ -86887,7 +86894,8 @@ components: actor_id: type: integer nullable: true - description: The ID of the actor that can bypass a ruleset. If `actor_type` + description: The ID of the actor that can bypass a ruleset. Required for + `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable @@ -105329,6 +105337,10 @@ components: submitted_at: type: string format: date-time + updated_at: + type: string + nullable: true + format: date-time commit_id: description: A commit SHA for the review. example: 54bb654c9e6025347f57900a4a5c2313a96b8035 @@ -106986,6 +106998,10 @@ components: type: string format: date-time nullable: true + updated_at: + type: string + nullable: true + format: date-time author: "$ref": "#/components/schemas/simple-user" assets: @@ -119687,6 +119703,10 @@ components: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time user: title: User type: object @@ -119981,6 +120001,10 @@ components: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time discussion_url: type: string format: uri @@ -120083,6 +120107,7 @@ components: - published_at - assets - tarball_url + - updated_at - zipball_url - body webhooks_release_1: @@ -120107,6 +120132,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -120389,6 +120415,10 @@ components: description: Specifies the commitish value that determines where the Git tag is created from. type: string + updated_at: + type: string + nullable: true + format: date-time upload_url: type: string format: uri-template @@ -177640,6 +177670,10 @@ components: submitted_at: type: string format: date-time + updated_at: + type: string + format: date-time + nullable: true user: title: User type: object @@ -193879,6 +193913,10 @@ components: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -196240,6 +196278,10 @@ components: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -207155,6 +207197,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -207442,6 +207485,10 @@ components: upload_url: type: string format: uri-template + updated_at: + type: string + nullable: true + format: date-time url: type: string format: uri @@ -245601,10 +245648,10 @@ components: required: true schema: type: integer - dependabot-alert-comma-separated-artifact-registry-urls: - name: artifact_registry_url + dependabot-alert-comma-separated-package-registry-urls: + name: package_registry_url in: query - description: A comma-separated list of Artifact Registry URLs. If specified, + description: A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned. schema: diff --git a/descriptions/ghec/ghec.json b/descriptions/ghec/ghec.json index 3e05f2f069..e5e05ffa93 100644 --- a/descriptions/ghec/ghec.json +++ b/descriptions/ghec/ghec.json @@ -23724,7 +23724,7 @@ "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" }, { - "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry-urls" + "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry-urls" }, { "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry" @@ -60255,6 +60255,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -119481,7 +119495,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -143185,6 +143199,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "example": "54bb654c9e6025347f57900a4a5c2313a96b8035", @@ -145370,6 +145389,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "$ref": "#/components/schemas/simple-user" }, @@ -162124,6 +162148,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -162519,6 +162548,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -162648,6 +162682,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -162673,6 +162708,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -163051,6 +163087,11 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -239376,6 +239417,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "format": "date-time", + "nullable": true + }, "user": { "title": "User", "type": "object", @@ -260676,6 +260722,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -263799,6 +263850,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -278199,6 +278255,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -278584,6 +278641,11 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "url": { "type": "string", "format": "uri" @@ -324346,10 +324408,10 @@ "type": "integer" } }, - "dependabot-alert-comma-separated-artifact-registry-urls": { - "name": "artifact_registry_url", + "dependabot-alert-comma-separated-package-registry-urls": { + "name": "package_registry_url", "in": "query", - "description": "A comma-separated list of Artifact Registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", + "description": "A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", "schema": { "type": "string" } diff --git a/descriptions/ghec/ghec.yaml b/descriptions/ghec/ghec.yaml index 54f443a6ad..d696f93d28 100644 --- a/descriptions/ghec/ghec.yaml +++ b/descriptions/ghec/ghec.yaml @@ -17166,7 +17166,7 @@ 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-artifact-registry-urls" + - "$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-has" - "$ref": "#/components/parameters/dependabot-alert-scope" @@ -43830,6 +43830,13 @@ paths: state: open labels: - bug + issue_field_values: + - field_id: '123' + value: Critical + - field_id: '456' + value: 5 + - field_id: '789' + value: responses: '200': description: Response @@ -86887,7 +86894,8 @@ components: actor_id: type: integer nullable: true - description: The ID of the actor that can bypass a ruleset. If `actor_type` + description: The ID of the actor that can bypass a ruleset. Required for + `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable @@ -105329,6 +105337,10 @@ components: submitted_at: type: string format: date-time + updat{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}