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..ef85b6cf64 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 + } ] } } @@ -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..dd7d8ec671 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 @@ -93809,6 +93816,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 +95613,11 @@ components: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time author: "$ref": "#/components/schemas/simple-user" assets: @@ -107215,6 +107232,11 @@ components: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -107520,6 +107542,11 @@ components: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time discussion_url: type: string format: uri @@ -107626,6 +107653,7 @@ components: - published_at - assets - tarball_url + - updated_at - zipball_url - body webhooks_release_1: @@ -107650,6 +107678,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -107944,6 +107973,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 +166674,11 @@ components: submitted_at: type: string format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -183338,6 +183377,11 @@ components: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -185765,6 +185809,11 @@ components: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -196997,6 +197046,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -197296,6 +197346,11 @@ components: upload_url: type: string format: uri-template + updated_at: + type: + - string + - 'null' + format: date-time url: type: string format: uri @@ -234216,10 +234271,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..ef85b6cf64 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 + } ] } } @@ -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..dd7d8ec671 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 @@ -93809,6 +93816,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 +95613,11 @@ components: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time author: "$ref": "#/components/schemas/simple-user" assets: @@ -107215,6 +107232,11 @@ components: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -107520,6 +107542,11 @@ components: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time discussion_url: type: string format: uri @@ -107626,6 +107653,7 @@ components: - published_at - assets - tarball_url + - updated_at - zipball_url - body webhooks_release_1: @@ -107650,6 +107678,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -107944,6 +107973,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 +166674,11 @@ components: submitted_at: type: string format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -183338,6 +183377,11 @@ components: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -185765,6 +185809,11 @@ components: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -196997,6 +197046,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -197296,6 +197346,11 @@ components: upload_url: type: string format: uri-template + updated_at: + type: + - string + - 'null' + format: date-time url: type: string format: uri @@ -234216,10 +234271,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..1f918175cd 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" } @@ -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.", @@ -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" 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..b0c80a2cfb 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: @@ -75702,6 +75702,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 +78105,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 +86004,11 @@ paths: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time author: *4 assets: type: array @@ -183142,6 +183159,11 @@ webhooks: submitted_at: type: string format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -185502,6 +185524,11 @@ webhooks: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -200396,6 +200423,11 @@ webhooks: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -202901,6 +202933,11 @@ webhooks: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -214754,6 +214791,11 @@ webhooks: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time discussion_url: type: string format: uri @@ -214860,6 +214902,7 @@ webhooks: - published_at - assets - tarball_url + - updated_at - zipball_url - body repository: *667 @@ -215167,6 +215210,7 @@ webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -215466,6 +215510,11 @@ webhooks: upload_url: type: string format: uri-template + updated_at: + type: + - string + - 'null' + format: date-time url: type: string format: uri @@ -215575,6 +215624,7 @@ webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -215869,6 +215919,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..1f918175cd 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" } @@ -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.", @@ -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" 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..b0c80a2cfb 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: @@ -75702,6 +75702,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 +78105,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 +86004,11 @@ paths: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time author: *4 assets: type: array @@ -183142,6 +183159,11 @@ webhooks: submitted_at: type: string format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -185502,6 +185524,11 @@ webhooks: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -200396,6 +200423,11 @@ webhooks: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -202901,6 +202933,11 @@ webhooks: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -214754,6 +214791,11 @@ webhooks: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time discussion_url: type: string format: uri @@ -214860,6 +214902,7 @@ webhooks: - published_at - assets - tarball_url + - updated_at - zipball_url - body repository: *667 @@ -215167,6 +215210,7 @@ webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -215466,6 +215510,11 @@ webhooks: upload_url: type: string format: uri-template + updated_at: + type: + - string + - 'null' + format: date-time url: type: string format: uri @@ -215575,6 +215624,7 @@ webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -215869,6 +215919,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..93f1246374 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -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" } @@ -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.", @@ -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" 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..a302c21d5d 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -37393,9 +37393,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 +86123,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 +88526,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 +96486,11 @@ paths: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time author: *4 assets: type: array @@ -197314,6 +197331,11 @@ webhooks: submitted_at: type: string format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -199674,6 +199696,11 @@ webhooks: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -214568,6 +214595,11 @@ webhooks: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -217073,6 +217105,11 @@ webhooks: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -228926,6 +228963,11 @@ webhooks: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time discussion_url: type: string format: uri @@ -229032,6 +229074,7 @@ webhooks: - published_at - assets - tarball_url + - updated_at - zipball_url - body repository: *784 @@ -229339,6 +229382,7 @@ webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -229638,6 +229682,11 @@ webhooks: upload_url: type: string format: uri-template + updated_at: + type: + - string + - 'null' + format: date-time url: type: string format: uri @@ -229747,6 +229796,7 @@ webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -230041,6 +230091,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.deref.json b/descriptions-next/ghec/dereferenced/ghec.deref.json index 37158a1da0..93f1246374 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.deref.json @@ -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" } @@ -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.", @@ -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" diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.deref.yaml index 886988ecbe..a302c21d5d 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.deref.yaml @@ -37393,9 +37393,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 +86123,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 +88526,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 +96486,11 @@ paths: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time author: *4 assets: type: array @@ -197314,6 +197331,11 @@ webhooks: submitted_at: type: string format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -199674,6 +199696,11 @@ webhooks: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -214568,6 +214595,11 @@ webhooks: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -217073,6 +217105,11 @@ webhooks: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -228926,6 +228963,11 @@ webhooks: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time discussion_url: type: string format: uri @@ -229032,6 +229074,7 @@ webhooks: - published_at - assets - tarball_url + - updated_at - zipball_url - body repository: *784 @@ -229339,6 +229382,7 @@ webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -229638,6 +229682,11 @@ webhooks: upload_url: type: string format: uri-template + updated_at: + type: + - string + - 'null' + format: date-time url: type: string format: uri @@ -229747,6 +229796,7 @@ webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -230041,6 +230091,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/ghec.2022-11-28.json b/descriptions-next/ghec/ghec.2022-11-28.json index 1d3e4d7e1f..3cbe823f74 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.json +++ b/descriptions-next/ghec/ghec.2022-11-28.json @@ -23794,7 +23794,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" @@ -60518,6 +60518,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -146304,6 +146318,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", @@ -148853,6 +148874,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "$ref": "#/components/schemas/simple-user" }, @@ -166078,6 +166106,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -166495,6 +166530,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -166632,6 +166674,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -166657,6 +166700,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -167059,6 +167103,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" @@ -246487,6 +246538,13 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -268677,6 +268735,13 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" } }, "required": [ @@ -271928,6 +271993,13 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" } }, "required": [ @@ -286931,6 +287003,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -287340,6 +287413,13 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "url": { "type": "string", "format": "uri" @@ -333525,10 +333605,10 @@ "type": "integer" } }, - "dependabot-alert-comma-separated-artifact-registry-urls": { - "name": "artifact_registry_url", + "dependabot-alert-comma-separated-package-registry-urls": { + "name": "package_registry_url", "in": "query", - "description": "A comma-separated list of Artifact Registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", + "description": "A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", "schema": { "type": "string" } diff --git a/descriptions-next/ghec/ghec.2022-11-28.yaml b/descriptions-next/ghec/ghec.2022-11-28.yaml index 065969a4f1..1e09bf0fc2 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.yaml +++ b/descriptions-next/ghec/ghec.2022-11-28.yaml @@ -17199,7 +17199,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" @@ -43962,6 +43962,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 @@ -106010,6 +106017,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 @@ -107802,6 +107814,11 @@ components: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time author: "$ref": "#/components/schemas/simple-user" assets: @@ -120414,6 +120431,11 @@ components: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -120719,6 +120741,11 @@ components: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time discussion_url: type: string format: uri @@ -120825,6 +120852,7 @@ components: - published_at - assets - tarball_url + - updated_at - zipball_url - body webhooks_release_1: @@ -120849,6 +120877,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -121143,6 +121172,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 @@ -179965,6 +179999,11 @@ components: submitted_at: type: string format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -196663,6 +196702,11 @@ components: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -199090,6 +199134,11 @@ components: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -210322,6 +210371,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -210621,6 +210671,11 @@ components: upload_url: type: string format: uri-template + updated_at: + type: + - string + - 'null' + format: date-time url: type: string format: uri @@ -248998,10 +249053,10 @@ components: required: true schema: type: integer - dependabot-alert-comma-separated-artifact-registry-urls: - name: artifact_registry_url + dependabot-alert-comma-separated-package-registry-urls: + name: package_registry_url in: query - description: A comma-separated list of Artifact Registry URLs. If specified, + description: A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned. schema: diff --git a/descriptions-next/ghec/ghec.json b/descriptions-next/ghec/ghec.json index 1d3e4d7e1f..3cbe823f74 100644 --- a/descriptions-next/ghec/ghec.json +++ b/descriptions-next/ghec/ghec.json @@ -23794,7 +23794,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" @@ -60518,6 +60518,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -146304,6 +146318,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", @@ -148853,6 +148874,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "$ref": "#/components/schemas/simple-user" }, @@ -166078,6 +166106,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -166495,6 +166530,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -166632,6 +166674,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -166657,6 +166700,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -167059,6 +167103,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" @@ -246487,6 +246538,13 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -268677,6 +268735,13 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" } }, "required": [ @@ -271928,6 +271993,13 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" } }, "required": [ @@ -286931,6 +287003,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -287340,6 +287413,13 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "url": { "type": "string", "format": "uri" @@ -333525,10 +333605,10 @@ "type": "integer" } }, - "dependabot-alert-comma-separated-artifact-registry-urls": { - "name": "artifact_registry_url", + "dependabot-alert-comma-separated-package-registry-urls": { + "name": "package_registry_url", "in": "query", - "description": "A comma-separated list of Artifact Registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", + "description": "A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", "schema": { "type": "string" } diff --git a/descriptions-next/ghec/ghec.yaml b/descriptions-next/ghec/ghec.yaml index 065969a4f1..1e09bf0fc2 100644 --- a/descriptions-next/ghec/ghec.yaml +++ b/descriptions-next/ghec/ghec.yaml @@ -17199,7 +17199,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" @@ -43962,6 +43962,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 @@ -106010,6 +106017,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 @@ -107802,6 +107814,11 @@ components: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time author: "$ref": "#/components/schemas/simple-user" assets: @@ -120414,6 +120431,11 @@ components: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -120719,6 +120741,11 @@ components: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time discussion_url: type: string format: uri @@ -120825,6 +120852,7 @@ components: - published_at - assets - tarball_url + - updated_at - zipball_url - body webhooks_release_1: @@ -120849,6 +120877,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -121143,6 +121172,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 @@ -179965,6 +179999,11 @@ components: submitted_at: type: string format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -196663,6 +196702,11 @@ components: {"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}