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..5b896579a9 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 + } ] } } @@ -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..8740753725 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 @@ -93263,6 +93270,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 +94931,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 +106712,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 +107010,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 +107116,7 @@ components: - published_at - assets - tarball_url + - updated_at - zipball_url - body webhooks_release_1: @@ -107117,6 +107141,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -107399,6 +107424,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 +164553,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 +180796,10 @@ components: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -183124,6 +183161,10 @@ components: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -194039,6 +194080,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -194326,6 +194368,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 +231074,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..5b896579a9 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 + } ] } } @@ -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..8740753725 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 @@ -93263,6 +93270,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 +94931,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 +106712,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 +107010,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 +107116,7 @@ components: - published_at - assets - tarball_url + - updated_at - zipball_url - body webhooks_release_1: @@ -107117,6 +107141,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -107399,6 +107424,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 +164553,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 +180796,10 @@ components: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -183124,6 +183161,10 @@ components: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -194039,6 +194080,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -194326,6 +194368,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 +231074,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..a0f1df8877 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" } @@ -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.", @@ -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" 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..168b80fb4b 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: @@ -73832,6 +73832,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 +76266,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 +84003,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 +179086,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 +181386,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 +195885,10 @@ x-webhooks: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -198301,6 +198328,10 @@ x-webhooks: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -209828,6 +209859,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 +209965,7 @@ x-webhooks: - published_at - assets - tarball_url + - updated_at - zipball_url - body repository: *692 @@ -210237,6 +210273,7 @@ x-webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -210524,6 +210561,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 +210673,7 @@ x-webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -210914,6 +210956,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..a0f1df8877 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" } @@ -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.", @@ -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" 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..168b80fb4b 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: @@ -73832,6 +73832,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 +76266,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 +84003,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 +179086,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 +181386,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 +195885,10 @@ x-webhooks: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -198301,6 +198328,10 @@ x-webhooks: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -209828,6 +209859,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 +209965,7 @@ x-webhooks: - published_at - assets - tarball_url + - updated_at - zipball_url - body repository: *692 @@ -210237,6 +210273,7 @@ x-webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -210524,6 +210561,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 +210673,7 @@ x-webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -210914,6 +210956,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..a6917c8e35 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -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" } @@ -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.", @@ -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" diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 61dc5d4e49..c10db18072 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -36455,9 +36455,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 +84131,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 +86565,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 +94363,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 +193045,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 +195345,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 +209844,10 @@ x-webhooks: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -212260,6 +212287,10 @@ x-webhooks: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -223787,6 +223818,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 +223924,7 @@ x-webhooks: - published_at - assets - tarball_url + - updated_at - zipball_url - body repository: *809 @@ -224196,6 +224232,7 @@ x-webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -224483,6 +224520,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 +224632,7 @@ x-webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -224873,6 +224915,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..a6917c8e35 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -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" } @@ -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.", @@ -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" diff --git a/descriptions/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index 61dc5d4e49..c10db18072 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.deref.yaml @@ -36455,9 +36455,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 +84131,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 +86565,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 +94363,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 +193045,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 +195345,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 +209844,10 @@ x-webhooks: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -212260,6 +212287,10 @@ x-webhooks: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -223787,6 +223818,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 +223924,7 @@ x-webhooks: - published_at - assets - tarball_url + - updated_at - zipball_url - body repository: *809 @@ -224196,6 +224232,7 @@ x-webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -224483,6 +224520,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 +224632,7 @@ x-webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -224873,6 +224915,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..adc5ff84f3 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 + } ] } } @@ -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 @@ {"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}