diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.json b/descriptions-next/api.github.com/api.github.com.2022-11-28.json index 9b4d55459e..a46b331512 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.json @@ -15371,7 +15371,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" @@ -50129,6 +50129,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -113477,7 +113491,7 @@ "integer", "null" ], - "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", @@ -129239,6 +129253,13 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "type": "string", @@ -131788,6 +131809,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "$ref": "#/components/schemas/simple-user" }, @@ -147605,6 +147633,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -148022,6 +148057,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -148159,6 +148201,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -148184,6 +148227,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -148586,6 +148630,13 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -227831,6 +227882,13 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -250021,6 +250079,13 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" } }, "required": [ @@ -253272,6 +253337,13 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" } }, "required": [ @@ -268275,6 +268347,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -268684,6 +268757,13 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "url": { "type": "string", "format": "uri" @@ -312887,10 +312967,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-next/api.github.com/api.github.com.2022-11-28.yaml b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml index 2064437a85..51cc2550bc 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml @@ -11244,7 +11244,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" @@ -36621,6 +36621,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 @@ -82446,7 +82453,8 @@ components: type: - integer - 'null' - 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. @@ -93809,6 +93817,11 @@ components: submitted_at: type: string format: date-time + updated_at: + type: + - string + - 'null' + format: date-time commit_id: description: A commit SHA for the review. type: string @@ -95601,6 +95614,11 @@ components: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time author: "$ref": "#/components/schemas/simple-user" assets: @@ -107215,6 +107233,11 @@ components: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -107520,6 +107543,11 @@ components: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time discussion_url: type: string format: uri @@ -107626,6 +107654,7 @@ components: - published_at - assets - tarball_url + - updated_at - zipball_url - body webhooks_release_1: @@ -107650,6 +107679,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -107944,6 +107974,11 @@ components: description: Specifies the commitish value that determines where the Git tag is created from. type: string + updated_at: + type: + - string + - 'null' + format: date-time upload_url: type: string format: uri-template @@ -166640,6 +166675,11 @@ components: submitted_at: type: string format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -183338,6 +183378,11 @@ components: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -185765,6 +185810,11 @@ components: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -196997,6 +197047,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -197296,6 +197347,11 @@ components: upload_url: type: string format: uri-template + updated_at: + type: + - string + - 'null' + format: date-time url: type: string format: uri @@ -234216,10 +234272,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-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index 9b4d55459e..a46b331512 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -15371,7 +15371,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" @@ -50129,6 +50129,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -113477,7 +113491,7 @@ "integer", "null" ], - "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", @@ -129239,6 +129253,13 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "type": "string", @@ -131788,6 +131809,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "$ref": "#/components/schemas/simple-user" }, @@ -147605,6 +147633,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -148022,6 +148057,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -148159,6 +148201,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -148184,6 +148227,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -148586,6 +148630,13 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -227831,6 +227882,13 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -250021,6 +250079,13 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" } }, "required": [ @@ -253272,6 +253337,13 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" } }, "required": [ @@ -268275,6 +268347,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -268684,6 +268757,13 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "url": { "type": "string", "format": "uri" @@ -312887,10 +312967,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-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index 2064437a85..51cc2550bc 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -11244,7 +11244,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" @@ -36621,6 +36621,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 @@ -82446,7 +82453,8 @@ components: type: - integer - 'null' - 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. @@ -93809,6 +93817,11 @@ components: submitted_at: type: string format: date-time + updated_at: + type: + - string + - 'null' + format: date-time commit_id: description: A commit SHA for the review. type: string @@ -95601,6 +95614,11 @@ components: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time author: "$ref": "#/components/schemas/simple-user" assets: @@ -107215,6 +107233,11 @@ components: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -107520,6 +107543,11 @@ components: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time discussion_url: type: string format: uri @@ -107626,6 +107654,7 @@ components: - published_at - assets - tarball_url + - updated_at - zipball_url - body webhooks_release_1: @@ -107650,6 +107679,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -107944,6 +107974,11 @@ components: description: Specifies the commitish value that determines where the Git tag is created from. type: string + updated_at: + type: + - string + - 'null' + format: date-time upload_url: type: string format: uri-template @@ -166640,6 +166675,11 @@ components: submitted_at: type: string format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -183338,6 +183378,11 @@ components: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -185765,6 +185810,11 @@ components: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -196997,6 +197047,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -197296,6 +197347,11 @@ components: upload_url: type: string format: uri-template + updated_at: + type: + - string + - 'null' + format: date-time url: type: string format: uri @@ -234216,10 +234272,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-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index 01d60d2d2a..71a81e778b 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -97242,9 +97242,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" } @@ -151963,7 +151963,7 @@ "integer", "null" ], - "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", @@ -153318,7 +153318,7 @@ "integer", "null" ], - "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", @@ -154466,7 +154466,7 @@ "integer", "null" ], - "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", @@ -156420,7 +156420,7 @@ "integer", "null" ], - "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", @@ -157800,7 +157800,7 @@ "integer", "null" ], - "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", @@ -158944,7 +158944,7 @@ "integer", "null" ], - "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", @@ -370689,6 +370689,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -435493,6 +435507,13 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "type": "string", @@ -496022,6 +496043,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -496868,6 +496896,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -498682,6 +498717,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -499431,6 +499473,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -500205,6 +500254,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -501016,6 +501072,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -505235,7 +505298,7 @@ "integer", "null" ], - "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", @@ -506598,7 +506661,7 @@ "integer", "null" ], - "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", @@ -507595,7 +507658,7 @@ "integer", "null" ], - "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", @@ -509568,7 +509631,7 @@ "integer", "null" ], - "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", @@ -510946,7 +511009,7 @@ "integer", "null" ], - "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", @@ -511939,7 +512002,7 @@ "integer", "null" ], - "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", @@ -1188823,6 +1188886,13 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -1193855,6 +1193925,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -1219520,6 +1219597,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -1225024,6 +1225108,13 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" } }, "required": [ @@ -1230221,6 +1230312,13 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" } }, "required": [ @@ -1258006,6 +1258104,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1258143,6 +1258248,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1260422,6 +1260528,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1260559,6 +1260672,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1262891,6 +1263005,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1263028,6 +1263149,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1265032,6 +1265154,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1265441,6 +1265564,13 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "url": { "type": "string", "format": "uri" @@ -1267453,6 +1267583,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1267855,6 +1267986,13 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -1270146,6 +1270284,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1270283,6 +1270428,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1272286,6 +1272432,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1272688,6 +1272835,13 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -1301990,7 +1302144,7 @@ "integer", "null" ], - "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", @@ -1305214,7 +1305368,7 @@ "integer", "null" ], - "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", @@ -1308438,7 +1308592,7 @@ "integer", "null" ], - "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-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 4cb57427df..d2d4b4d59a 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -27642,9 +27642,9 @@ paths: - *153 - *154 - *155 - - 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: @@ -37108,10 +37108,11 @@ paths: - integer - 'null' 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: @@ -75702,6 +75703,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 @@ -78098,6 +78106,11 @@ paths: submitted_at: type: string format: date-time + updated_at: + type: + - string + - 'null' + format: date-time commit_id: description: A commit SHA for the review. type: string @@ -85992,6 +86005,11 @@ paths: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time author: *4 assets: type: array @@ -183142,6 +183160,11 @@ webhooks: submitted_at: type: string format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -185502,6 +185525,11 @@ webhooks: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -200396,6 +200424,11 @@ webhooks: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -202901,6 +202934,11 @@ webhooks: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -214754,6 +214792,11 @@ webhooks: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time discussion_url: type: string format: uri @@ -214860,6 +214903,7 @@ webhooks: - published_at - assets - tarball_url + - updated_at - zipball_url - body repository: *667 @@ -215167,6 +215211,7 @@ webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -215466,6 +215511,11 @@ webhooks: upload_url: type: string format: uri-template + updated_at: + type: + - string + - 'null' + format: date-time url: type: string format: uri @@ -215575,6 +215625,7 @@ webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -215869,6 +215920,11 @@ webhooks: description: Specifies the commitish value that determines where the Git tag is created from. type: string + updated_at: + type: + - string + - 'null' + format: date-time upload_url: type: string format: uri-template diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json index 01d60d2d2a..71a81e778b 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json @@ -97242,9 +97242,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" } @@ -151963,7 +151963,7 @@ "integer", "null" ], - "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", @@ -153318,7 +153318,7 @@ "integer", "null" ], - "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", @@ -154466,7 +154466,7 @@ "integer", "null" ], - "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", @@ -156420,7 +156420,7 @@ "integer", "null" ], - "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", @@ -157800,7 +157800,7 @@ "integer", "null" ], - "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", @@ -158944,7 +158944,7 @@ "integer", "null" ], - "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", @@ -370689,6 +370689,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -435493,6 +435507,13 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "type": "string", @@ -496022,6 +496043,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -496868,6 +496896,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -498682,6 +498717,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -499431,6 +499473,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -500205,6 +500254,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -501016,6 +501072,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -505235,7 +505298,7 @@ "integer", "null" ], - "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", @@ -506598,7 +506661,7 @@ "integer", "null" ], - "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", @@ -507595,7 +507658,7 @@ "integer", "null" ], - "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", @@ -509568,7 +509631,7 @@ "integer", "null" ], - "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", @@ -510946,7 +511009,7 @@ "integer", "null" ], - "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", @@ -511939,7 +512002,7 @@ "integer", "null" ], - "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", @@ -1188823,6 +1188886,13 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -1193855,6 +1193925,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -1219520,6 +1219597,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -1225024,6 +1225108,13 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" } }, "required": [ @@ -1230221,6 +1230312,13 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" } }, "required": [ @@ -1258006,6 +1258104,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1258143,6 +1258248,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1260422,6 +1260528,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1260559,6 +1260672,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1262891,6 +1263005,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1263028,6 +1263149,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1265032,6 +1265154,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1265441,6 +1265564,13 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "url": { "type": "string", "format": "uri" @@ -1267453,6 +1267583,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1267855,6 +1267986,13 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -1270146,6 +1270284,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1270283,6 +1270428,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1272286,6 +1272432,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1272688,6 +1272835,13 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -1301990,7 +1302144,7 @@ "integer", "null" ], - "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", @@ -1305214,7 +1305368,7 @@ "integer", "null" ], - "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", @@ -1308438,7 +1308592,7 @@ "integer", "null" ], - "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-next/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml index 4cb57427df..d2d4b4d59a 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml @@ -27642,9 +27642,9 @@ paths: - *153 - *154 - *155 - - 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: @@ -37108,10 +37108,11 @@ paths: - integer - 'null' 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: @@ -75702,6 +75703,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 @@ -78098,6 +78106,11 @@ paths: submitted_at: type: string format: date-time + updated_at: + type: + - string + - 'null' + format: date-time commit_id: description: A commit SHA for the review. type: string @@ -85992,6 +86005,11 @@ paths: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time author: *4 assets: type: array @@ -183142,6 +183160,11 @@ webhooks: submitted_at: type: string format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -185502,6 +185525,11 @@ webhooks: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -200396,6 +200424,11 @@ webhooks: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -202901,6 +202934,11 @@ webhooks: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -214754,6 +214792,11 @@ webhooks: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time discussion_url: type: string format: uri @@ -214860,6 +214903,7 @@ webhooks: - published_at - assets - tarball_url + - updated_at - zipball_url - body repository: *667 @@ -215167,6 +215211,7 @@ webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -215466,6 +215511,11 @@ webhooks: upload_url: type: string format: uri-template + updated_at: + type: + - string + - 'null' + format: date-time url: type: string format: uri @@ -215575,6 +215625,7 @@ webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -215869,6 +215920,11 @@ webhooks: description: Specifies the commitish value that determines where the Git tag is created from. type: string + updated_at: + type: + - string + - 'null' + format: date-time upload_url: type: string format: uri-template diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json index 37158a1da0..9ca2d8f982 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -48386,7 +48386,7 @@ "integer", "null" ], - "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", @@ -49749,7 +49749,7 @@ "integer", "null" ], - "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", @@ -51137,7 +51137,7 @@ "integer", "null" ], - "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", @@ -52498,7 +52498,7 @@ "integer", "null" ], - "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", @@ -53857,7 +53857,7 @@ "integer", "null" ], - "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", @@ -137592,9 +137592,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" } @@ -195243,7 +195243,7 @@ "integer", "null" ], - "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", @@ -196599,7 +196599,7 @@ "integer", "null" ], - "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", @@ -197748,7 +197748,7 @@ "integer", "null" ], - "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", @@ -199703,7 +199703,7 @@ "integer", "null" ], - "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", @@ -201084,7 +201084,7 @@ "integer", "null" ], - "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", @@ -202229,7 +202229,7 @@ "integer", "null" ], - "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", @@ -419788,6 +419788,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -484592,6 +484606,13 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "type": "string", @@ -545264,6 +545285,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -546110,6 +546138,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -547924,6 +547959,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -548673,6 +548715,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -549447,6 +549496,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -550258,6 +550314,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -554477,7 +554540,7 @@ "integer", "null" ], - "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", @@ -555841,7 +555904,7 @@ "integer", "null" ], - "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", @@ -556839,7 +556902,7 @@ "integer", "null" ], - "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", @@ -558813,7 +558876,7 @@ "integer", "null" ], - "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", @@ -560192,7 +560255,7 @@ "integer", "null" ], - "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", @@ -561186,7 +561249,7 @@ "integer", "null" ], - "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", @@ -1290380,6 +1290443,13 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -1295412,6 +1295482,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -1321077,6 +1321154,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -1326581,6 +1326665,13 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" } }, "required": [ @@ -1331778,6 +1331869,13 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" } }, "required": [ @@ -1359563,6 +1359661,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1359700,6 +1359805,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1361979,6 +1362085,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1362116,6 +1362229,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1364448,6 +1364562,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1364585,6 +1364706,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1366589,6 +1366711,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1366998,6 +1367121,13 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "url": { "type": "string", "format": "uri" @@ -1369010,6 +1369140,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1369412,6 +1369543,13 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -1371703,6 +1371841,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1371840,6 +1371985,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1373843,6 +1373989,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1374245,6 +1374392,13 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -1403547,7 +1403701,7 @@ "integer", "null" ], - "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", @@ -1406772,7 +1406926,7 @@ "integer", "null" ], - "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", @@ -1409997,7 +1410151,7 @@ "integer", "null" ], - "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-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 886988ecbe..ccb23652dc 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -17679,11 +17679,12 @@ paths: - integer - 'null' 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: @@ -37393,9 +37394,9 @@ paths: - *279 - *280 - *281 - - 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: @@ -86123,6 +86124,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 @@ -88519,6 +88527,11 @@ paths: submitted_at: type: string format: date-time + updated_at: + type: + - string + - 'null' + format: date-time commit_id: description: A commit SHA for the review. type: string @@ -96474,6 +96487,11 @@ paths: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time author: *4 assets: type: array @@ -197314,6 +197332,11 @@ webhooks: submitted_at: type: string format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -199674,6 +199697,11 @@ webhooks: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -214568,6 +214596,11 @@ webhooks: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -217073,6 +217106,11 @@ webhooks: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -228926,6 +228964,11 @@ webhooks: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time discussion_url: type: string format: uri @@ -229032,6 +229075,7 @@ webhooks: - published_at - assets - tarball_url + - updated_at - zipball_url - body repository: *784 @@ -229339,6 +229383,7 @@ webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -229638,6 +229683,11 @@ webhooks: upload_url: type: string format: uri-template + updated_{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}