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 ebad1ea8e..bc7ebcf91 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 @@ -69253,6 +69253,7 @@ "category": "webhooks", "subcategory": "custom_property", "supported-webhook-types": [ + "business", "organization", "app" ] @@ -69345,6 +69346,7 @@ "category": "webhooks", "subcategory": "custom_property", "supported-webhook-types": [ + "business", "organization", "app" ] @@ -69437,6 +69439,7 @@ "category": "webhooks", "subcategory": "custom_property", "supported-webhook-types": [ + "business", "organization", "app" ] @@ -119731,7 +119734,7 @@ "type": "string", "format": "uri", "description": "The API URL to get the pull request where the secret was detected.", - "example": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "example": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, "required": [ @@ -119746,7 +119749,7 @@ "type": "string", "format": "uri", "description": "The API URL to get the pull request where the secret was detected.", - "example": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "example": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, "required": [ @@ -286011,7 +286014,7 @@ { "type": "pull_request_title", "details": { - "pull_request_title_url": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "pull_request_title_url": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, { @@ -293143,7 +293146,7 @@ }, "api-insights-min-timestamp": { "name": "min_timestamp", - "description": "The minimum timestamp to query for stats", + "description": "The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", "required": true, "schema": { @@ -293152,9 +293155,9 @@ }, "api-insights-max-timestamp": { "name": "max_timestamp", - "description": "The maximum timestamp to query for stats", + "description": "The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", - "required": true, + "required": false, "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 5bc56538a..ce3fb425e 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 @@ -50170,6 +50170,7 @@ x-webhooks: category: webhooks subcategory: custom_property supported-webhook-types: + - business - organization - app custom-property-deleted: @@ -50235,6 +50236,7 @@ x-webhooks: category: webhooks subcategory: custom_property supported-webhook-types: + - business - organization - app custom-property-updated: @@ -50300,6 +50302,7 @@ x-webhooks: category: webhooks subcategory: custom_property supported-webhook-types: + - business - organization - app custom-property-values-updated: @@ -88225,7 +88228,7 @@ components: type: string format: uri description: The API URL to get the pull request where the secret was detected. - example: https://api.github.com/repos/octocat/Hello-World/pull/2846 + example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url secret-scanning-location-pull-request-body: @@ -88238,7 +88241,7 @@ components: type: string format: uri description: The API URL to get the pull request where the secret was detected. - example: https://api.github.com/repos/octocat/Hello-World/pull/2846 + example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url secret-scanning-location-pull-request-comment: @@ -216496,7 +216499,7 @@ components: discussion_comment_url: https://github.com/community/community/discussions/39082#discussioncomment-4158232 - type: pull_request_title details: - pull_request_title_url: https://api.github.com/repos/octocat/Hello-World/pull/2846 + pull_request_title_url: https://api.github.com/repos/octocat/Hello-World/pulls/2846 - type: pull_request_body details: pull_request_body_url: https://api.github.com/repos/octocat/Hello-World/pulls/2846 @@ -222721,16 +222724,19 @@ components: type: integer api-insights-min-timestamp: name: min_timestamp - description: The minimum timestamp to query for stats + description: 'The minimum timestamp to query for stats. This is a timestamp + in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' in: query required: true schema: type: string api-insights-max-timestamp: name: max_timestamp - description: The maximum timestamp to query for stats + description: 'The maximum timestamp to query for stats. Defaults to the time + 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) + format: `YYYY-MM-DDTHH:MM:SSZ`.' in: query - required: true + required: false schema: type: string api-insights-route-stats-sort: diff --git a/descriptions/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index ebad1ea8e..bc7ebcf91 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -69253,6 +69253,7 @@ "category": "webhooks", "subcategory": "custom_property", "supported-webhook-types": [ + "business", "organization", "app" ] @@ -69345,6 +69346,7 @@ "category": "webhooks", "subcategory": "custom_property", "supported-webhook-types": [ + "business", "organization", "app" ] @@ -69437,6 +69439,7 @@ "category": "webhooks", "subcategory": "custom_property", "supported-webhook-types": [ + "business", "organization", "app" ] @@ -119731,7 +119734,7 @@ "type": "string", "format": "uri", "description": "The API URL to get the pull request where the secret was detected.", - "example": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "example": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, "required": [ @@ -119746,7 +119749,7 @@ "type": "string", "format": "uri", "description": "The API URL to get the pull request where the secret was detected.", - "example": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "example": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, "required": [ @@ -286011,7 +286014,7 @@ { "type": "pull_request_title", "details": { - "pull_request_title_url": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "pull_request_title_url": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, { @@ -293143,7 +293146,7 @@ }, "api-insights-min-timestamp": { "name": "min_timestamp", - "description": "The minimum timestamp to query for stats", + "description": "The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", "required": true, "schema": { @@ -293152,9 +293155,9 @@ }, "api-insights-max-timestamp": { "name": "max_timestamp", - "description": "The maximum timestamp to query for stats", + "description": "The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" } diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 5bc56538a..ce3fb425e 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -50170,6 +50170,7 @@ x-webhooks: category: webhooks subcategory: custom_property supported-webhook-types: + - business - organization - app custom-property-deleted: @@ -50235,6 +50236,7 @@ x-webhooks: category: webhooks subcategory: custom_property supported-webhook-types: + - business - organization - app custom-property-updated: @@ -50300,6 +50302,7 @@ x-webhooks: category: webhooks subcategory: custom_property supported-webhook-types: + - business - organization - app custom-property-values-updated: @@ -88225,7 +88228,7 @@ components: type: string format: uri description: The API URL to get the pull request where the secret was detected. - example: https://api.github.com/repos/octocat/Hello-World/pull/2846 + example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url secret-scanning-location-pull-request-body: @@ -88238,7 +88241,7 @@ components: type: string format: uri description: The API URL to get the pull request where the secret was detected. - example: https://api.github.com/repos/octocat/Hello-World/pull/2846 + example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url secret-scanning-location-pull-request-comment: @@ -216496,7 +216499,7 @@ components: discussion_comment_url: https://github.com/community/community/discussions/39082#discussioncomment-4158232 - type: pull_request_title details: - pull_request_title_url: https://api.github.com/repos/octocat/Hello-World/pull/2846 + pull_request_title_url: https://api.github.com/repos/octocat/Hello-World/pulls/2846 - type: pull_request_body details: pull_request_body_url: https://api.github.com/repos/octocat/Hello-World/pulls/2846 @@ -222721,16 +222724,19 @@ components: type: integer api-insights-min-timestamp: name: min_timestamp - description: The minimum timestamp to query for stats + description: 'The minimum timestamp to query for stats. This is a timestamp + in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' in: query required: true schema: type: string api-insights-max-timestamp: name: max_timestamp - description: The maximum timestamp to query for stats + description: 'The maximum timestamp to query for stats. Defaults to the time + 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) + format: `YYYY-MM-DDTHH:MM:SSZ`.' in: query - required: true + required: false schema: type: string api-insights-route-stats-sort: 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 fcd6274d2..02e7780b4 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 @@ -82198,7 +82198,7 @@ }, { "name": "min_timestamp", - "description": "The minimum timestamp to query for stats", + "description": "The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", "required": true, "schema": { @@ -82207,9 +82207,9 @@ }, { "name": "max_timestamp", - "description": "The maximum timestamp to query for stats", + "description": "The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" } @@ -82357,7 +82357,7 @@ }, { "name": "min_timestamp", - "description": "The minimum timestamp to query for stats", + "description": "The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", "required": true, "schema": { @@ -82366,9 +82366,9 @@ }, { "name": "max_timestamp", - "description": "The maximum timestamp to query for stats", + "description": "The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" } @@ -82515,7 +82515,7 @@ }, { "name": "min_timestamp", - "description": "The minimum timestamp to query for stats", + "description": "The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", "required": true, "schema": { @@ -82524,9 +82524,9 @@ }, { "name": "max_timestamp", - "description": "The maximum timestamp to query for stats", + "description": "The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" } @@ -82606,7 +82606,7 @@ }, { "name": "min_timestamp", - "description": "The minimum timestamp to query for stats", + "description": "The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", "required": true, "schema": { @@ -82615,9 +82615,9 @@ }, { "name": "max_timestamp", - "description": "The maximum timestamp to query for stats", + "description": "The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" } @@ -82688,7 +82688,7 @@ }, { "name": "min_timestamp", - "description": "The minimum timestamp to query for stats", + "description": "The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", "required": true, "schema": { @@ -82697,9 +82697,9 @@ }, { "name": "max_timestamp", - "description": "The maximum timestamp to query for stats", + "description": "The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" } @@ -82795,7 +82795,7 @@ }, { "name": "min_timestamp", - "description": "The minimum timestamp to query for stats", + "description": "The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", "required": true, "schema": { @@ -82804,9 +82804,9 @@ }, { "name": "max_timestamp", - "description": "The maximum timestamp to query for stats", + "description": "The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" } @@ -82927,7 +82927,7 @@ }, { "name": "min_timestamp", - "description": "The minimum timestamp to query for stats", + "description": "The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", "required": true, "schema": { @@ -82936,9 +82936,9 @@ }, { "name": "max_timestamp", - "description": "The maximum timestamp to query for stats", + "description": "The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" } @@ -83075,7 +83075,7 @@ }, { "name": "min_timestamp", - "description": "The minimum timestamp to query for stats", + "description": "The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", "required": true, "schema": { @@ -83084,9 +83084,9 @@ }, { "name": "max_timestamp", - "description": "The maximum timestamp to query for stats", + "description": "The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" } @@ -83207,7 +83207,7 @@ }, { "name": "min_timestamp", - "description": "The minimum timestamp to query for stats", + "description": "The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", "required": true, "schema": { @@ -83216,9 +83216,9 @@ }, { "name": "max_timestamp", - "description": "The maximum timestamp to query for stats", + "description": "The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" } @@ -391230,7 +391230,7 @@ "type": "string", "format": "uri", "description": "The API URL to get the pull request where the secret was detected.", - "example": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "example": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, "required": [ @@ -391245,7 +391245,7 @@ "type": "string", "format": "uri", "description": "The API URL to get the pull request where the secret was detected.", - "example": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "example": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, "required": [ @@ -391372,7 +391372,7 @@ { "type": "pull_request_title", "details": { - "pull_request_title_url": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "pull_request_title_url": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, { @@ -559502,6 +559502,7 @@ "category": "webhooks", "subcategory": "custom_property", "supported-webhook-types": [ + "business", "organization", "app" ] @@ -559905,6 +559906,7 @@ "category": "webhooks", "subcategory": "custom_property", "supported-webhook-types": [ + "business", "organization", "app" ] @@ -560380,6 +560382,7 @@ "category": "webhooks", "subcategory": "custom_property", "supported-webhook-types": [ + "business", "organization", "app" ] @@ -1034038,7 +1034041,7 @@ "type": "string", "format": "uri", "description": "The API URL to get the pull request where the secret was detected.", - "example": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "example": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, "required": [ @@ -1034053,7 +1034056,7 @@ "type": "string", "format": "uri", "description": "The API URL to get the pull request where the secret was detected.", - "example": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "example": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, "required": [ 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 ce96274f1..1e447169c 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 @@ -24737,16 +24737,19 @@ paths: type: integer - &163 name: min_timestamp - description: The minimum timestamp to query for stats + description: 'The minimum timestamp to query for stats. This is a timestamp + in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' in: query required: true schema: type: string - &164 name: max_timestamp - description: The maximum timestamp to query for stats + description: 'The maximum timestamp to query for stats. Defaults to the time + 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) + format: `YYYY-MM-DDTHH:MM:SSZ`.' in: query - required: true + required: false schema: type: string - *20 @@ -79986,7 +79989,7 @@ paths: format: uri description: The API URL to get the pull request where the secret was detected. - example: https://api.github.com/repos/octocat/Hello-World/pull/2846 + example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - description: Represents a 'pull_request_body' secret scanning @@ -79999,7 +80002,7 @@ paths: format: uri description: The API URL to get the pull request where the secret was detected. - example: https://api.github.com/repos/octocat/Hello-World/pull/2846 + example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - description: Represents a 'pull_request_comment' secret scanning @@ -80086,7 +80089,7 @@ paths: discussion_comment_url: https://github.com/community/community/discussions/39082#discussioncomment-4158232 - type: pull_request_title details: - pull_request_title_url: https://api.github.com/repos/octocat/Hello-World/pull/2846 + pull_request_title_url: https://api.github.com/repos/octocat/Hello-World/pulls/2846 - type: pull_request_body details: pull_request_body_url: https://api.github.com/repos/octocat/Hello-World/pulls/2846 @@ -103217,6 +103220,7 @@ x-webhooks: category: webhooks subcategory: custom_property supported-webhook-types: + - business - organization - app custom-property-deleted: @@ -103303,6 +103307,7 @@ x-webhooks: category: webhooks subcategory: custom_property supported-webhook-types: + - business - organization - app custom-property-updated: @@ -103382,6 +103387,7 @@ x-webhooks: category: webhooks subcategory: custom_property supported-webhook-types: + - business - organization - app custom-property-values-updated: 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 fcd6274d2..02e7780b4 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -82198,7 +82198,7 @@ }, { "name": "min_timestamp", - "description": "The minimum timestamp to query for stats", + "description": "The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", "required": true, "schema": { @@ -82207,9 +82207,9 @@ }, { "name": "max_timestamp", - "description": "The maximum timestamp to query for stats", + "description": "The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" } @@ -82357,7 +82357,7 @@ }, { "name": "min_timestamp", - "description": "The minimum timestamp to query for stats", + "description": "The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", "required": true, "schema": { @@ -82366,9 +82366,9 @@ }, { "name": "max_timestamp", - "description": "The maximum timestamp to query for stats", + "description": "The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" } @@ -82515,7 +82515,7 @@ }, { "name": "min_timestamp", - "description": "The minimum timestamp to query for stats", + "description": "The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", "required": true, "schema": { @@ -82524,9 +82524,9 @@ }, { "name": "max_timestamp", - "description": "The maximum timestamp to query for stats", + "description": "The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" } @@ -82606,7 +82606,7 @@ }, { "name": "min_timestamp", - "description": "The minimum timestamp to query for stats", + "description": "The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", "required": true, "schema": { @@ -82615,9 +82615,9 @@ }, { "name": "max_timestamp", - "description": "The maximum timestamp to query for stats", + "description": "The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" } @@ -82688,7 +82688,7 @@ }, { "name": "min_timestamp", - "description": "The minimum timestamp to query for stats", + "description": "The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", "required": true, "schema": { @@ -82697,9 +82697,9 @@ }, { "name": "max_timestamp", - "description": "The maximum timestamp to query for stats", + "description": "The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" } @@ -82795,7 +82795,7 @@ }, { "name": "min_timestamp", - "description": "The minimum timestamp to query for stats", + "description": "The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", "required": true, "schema": { @@ -82804,9 +82804,9 @@ }, { "name": "max_timestamp", - "description": "The maximum timestamp to query for stats", + "description": "The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" } @@ -82927,7 +82927,7 @@ }, { "name": "min_timestamp", - "description": "The minimum timestamp to query for stats", + "description": "The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", "required": true, "schema": { @@ -82936,9 +82936,9 @@ }, { "name": "max_timestamp", - "description": "The maximum timestamp to query for stats", + "description": "The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" } @@ -83075,7 +83075,7 @@ }, { "name": "min_timestamp", - "description": "The minimum timestamp to query for stats", + "description": "The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", "required": true, "schema": { @@ -83084,9 +83084,9 @@ }, { "name": "max_timestamp", - "description": "The maximum timestamp to query for stats", + "description": "The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" } @@ -83207,7 +83207,7 @@ }, { "name": "min_timestamp", - "description": "The minimum timestamp to query for stats", + "description": "The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", "required": true, "schema": { @@ -83216,9 +83216,9 @@ }, { "name": "max_timestamp", - "description": "The maximum timestamp to query for stats", + "description": "The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" } @@ -391230,7 +391230,7 @@ "type": "string", "format": "uri", "description": "The API URL to get the pull request where the secret was detected.", - "example": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "example": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, "required": [ @@ -391245,7 +391245,7 @@ "type": "string", "format": "uri", "description": "The API URL to get the pull request where the secret was detected.", - "example": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "example": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, "required": [ @@ -391372,7 +391372,7 @@ { "type": "pull_request_title", "details": { - "pull_request_title_url": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "pull_request_title_url": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, { @@ -559502,6 +559502,7 @@ "category": "webhooks", "subcategory": "custom_property", "supported-webhook-types": [ + "business", "organization", "app" ] @@ -559905,6 +559906,7 @@ "category": "webhooks", "subcategory": "custom_property", "supported-webhook-types": [ + "business", "organization", "app" ] @@ -560380,6 +560382,7 @@ "category": "webhooks", "subcategory": "custom_property", "supported-webhook-types": [ + "business", "organization", "app" ] @@ -1034038,7 +1034041,7 @@ "type": "string", "format": "uri", "description": "The API URL to get the pull request where the secret was detected.", - "example": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "example": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, "required": [ @@ -1034053,7 +1034056,7 @@ "type": "string", "format": "uri", "description": "The API URL to get the pull request where the secret was detected.", - "example": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "example": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, "required": [ 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 ce96274f1..1e447169c 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -24737,16 +24737,19 @@ paths: type: integer - &163 name: min_timestamp - description: The minimum timestamp to query for stats + description: 'The minimum timestamp to query for stats. This is a timestamp + in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' in: query required: true schema: type: string - &164 name: max_timestamp - description: The maximum timestamp to query for stats + description: 'The maximum timestamp to query for stats. Defaults to the time + 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) + format: `YYYY-MM-DDTHH:MM:SSZ`.' in: query - required: true + required: false schema: type: string - *20 @@ -79986,7 +79989,7 @@ paths: format: uri description: The API URL to get the pull request where the secret was detected. - example: https://api.github.com/repos/octocat/Hello-World/pull/2846 + example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - description: Represents a 'pull_request_body' secret scanning @@ -79999,7 +80002,7 @@ paths: format: uri description: The API URL to get the pull request where the secret was detected. - example: https://api.github.com/repos/octocat/Hello-World/pull/2846 + example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - description: Represents a 'pull_request_comment' secret scanning @@ -80086,7 +80089,7 @@ paths: discussion_comment_url: https://github.com/community/community/discussions/39082#discussioncomment-4158232 - type: pull_request_title details: - pull_request_title_url: https://api.github.com/repos/octocat/Hello-World/pull/2846 + pull_request_title_url: https://api.github.com/repos/octocat/Hello-World/pulls/2846 - type: pull_request_body details: pull_request_body_url: https://api.github.com/repos/octocat/Hello-World/pulls/2846 @@ -103217,6 +103220,7 @@ x-webhooks: category: webhooks subcategory: custom_property supported-webhook-types: + - business - organization - app custom-property-deleted: @@ -103303,6 +103307,7 @@ x-webhooks: category: webhooks subcategory: custom_property supported-webhook-types: + - business - organization - app custom-property-updated: @@ -103382,6 +103387,7 @@ x-webhooks: category: webhooks subcategory: custom_property supported-webhook-types: + - business - organization - app custom-property-values-updated: diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json index 46c6c131c..37d925862 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -96551,7 +96551,7 @@ }, { "name": "min_timestamp", - "description": "The minimum timestamp to query for stats", + "description": "The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", "required": true, "schema": { @@ -96560,9 +96560,9 @@ }, { "name": "max_timestamp", - "description": "The maximum timestamp to query for stats", + "description": "The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" } @@ -96710,7 +96710,7 @@ }, { "name": "min_timestamp", - "description": "The minimum timestamp to query for stats", + "description": "The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", "required": true, "schema": { @@ -96719,9 +96719,9 @@ }, { "name": "max_timestamp", - "description": "The maximum timestamp to query for stats", + "description": "The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" } @@ -96868,7 +96868,7 @@ }, { "name": "min_timestamp", - "description": "The minimum timestamp to query for stats", + "description": "The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", "required": true, "schema": { @@ -96877,9 +96877,9 @@ }, { "name": "max_timestamp", - "description": "The maximum timestamp to query for stats", + "description": "The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" } @@ -96959,7 +96959,7 @@ }, { "name": "min_timestamp", - "description": "The minimum timestamp to query for stats", + "description": "The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", "required": true, "schema": { @@ -96968,9 +96968,9 @@ }, { "name": "max_timestamp", - "description": "The maximum timestamp to query for stats", + "description": "The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" } @@ -97041,7 +97041,7 @@ }, { "name": "min_timestamp", - "description": "The minimum timestamp to query for stats", + "description": "The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", "required": true, "schema": { @@ -97050,9 +97050,9 @@ }, { "name": "max_timestamp", - "description": "The maximum timestamp to query for stats", + "description": "The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" } @@ -97148,7 +97148,7 @@ }, { "name": "min_timestamp", - "description": "The minimum timestamp to query for stats", + "description": "The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", "required": true, "schema": { @@ -97157,9 +97157,9 @@ }, { "name": "max_timestamp", - "description": "The maximum timestamp to query for stats", + "description": "The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" } @@ -97280,7 +97280,7 @@ }, { "name": "min_timestamp", - "description": "The minimum timestamp to query for stats", + "description": "The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", "required": true, "schema": { @@ -97289,9 +97289,9 @@ }, { "name": "max_timestamp", - "description": "The maximum timestamp to query for stats", + "description": "The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" } @@ -97428,7 +97428,7 @@ }, { "name": "min_timestamp", - "description": "The minimum timestamp to query for stats", + "description": "The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", "required": true, "schema": { @@ -97437,9 +97437,9 @@ }, { "name": "max_timestamp", - "description": "The maximum timestamp to query for stats", + "description": "The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" } @@ -97560,7 +97560,7 @@ }, { "name": "min_timestamp", - "description": "The minimum timestamp to query for stats", + "description": "The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", "required": true, "schema": { @@ -97569,9 +97569,9 @@ }, { "name": "max_timestamp", - "description": "The maximum timestamp to query for stats", + "description": "The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" } @@ -408326,7 +408326,7 @@ "type": "string", "format": "uri", "description": "The API URL to get the pull request where the secret was detected.", - "example": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "example": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, "required": [ @@ -408341,7 +408341,7 @@ "type": "string", "format": "uri", "description": "The API URL to get the pull request where the secret was detected.", - "example": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "example": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, "required": [ @@ -408468,7 +408468,7 @@ { "type": "pull_request_title", "details": { - "pull_request_title_url": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "pull_request_title_url": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, { @@ -551497,11 +551497,25 @@ "type": "string", "description": "The type of secret that was detected" }, - "commits": { + "locations": { "type": "array", - "description": "The commits that introduced the secret", + "description": "The location data of the secret that was detected", "items": { - "type": "string" + "type": "object", + "properties": { + "commit": { + "type": "string", + "description": "The commit SHA where the secret was detected" + }, + "branch": { + "type": "string", + "description": "The branch where the secret was detected" + }, + "path": { + "type": "string", + "description": "The path of the file where the secret was detected" + } + } } } } @@ -553320,11 +553334,25 @@ "type": "string", "description": "The type of secret that was detected" }, - "commits": { + "locations": { "type": "array", - "description": "The commits that introduced the secret", + "description": "The location data of the secret that was detected", "items": { - "type": "string" + "type": "object", + "properties": { + "commit": { + "type": "string", + "description": "The commit SHA where the secret was detected" + }, + "branch": { + "type": "string", + "description": "The branch where the secret was detected" + }, + "path": { + "type": "string", + "description": "The path of the file where the secret was detected" + } + } } } } @@ -555143,11 +555171,25 @@ "type": "string", "description": "The type of secret that was detected" }, - "commits": { + "locations": { "type": "array", - "description": "The commits that introduced the secret", + "description": "The location data of the secret that was detected", "items": { - "type": "string" + "type": "object", + "properties": { + "commit": { + "type": "string", + "description": "The commit SHA where the secret was detected" + }, + "branch": { + "type": "string", + "description": "The branch where the secret was detected" + }, + "path": { + "type": "string", + "description": "The path of the file where the secret was detected" + } + } } } } @@ -556966,11 +557008,25 @@ "type": "string", "description": "The type of secret that was detected" }, - "commits": { + "locations": { "type": "array", - "description": "The commits that introduced the secret", + "description": "The location data of the secret that was detected", "items": { - "type": "string" + "type": "object", + "properties": { + "commit": { + "type": "string", + "description": "The commit SHA where the secret was detected" + }, + "branch": { + "type": "string", + "description": "The branch where the secret was detected" + }, + "path": { + "type": "string", + "description": "The path of the file where the secret was detected" + } + } } } } @@ -558823,11 +558879,25 @@ "type": "string", "description": "The type of secret that was detected" }, - "commits": { + "locations": { "type": "array", - "description": "The commits that introduced the secret", + "description": "The location data of the secret that was detected", "items": { - "type": "string" + "type": "object", + "properties": { + "commit": { + "type": "string", + "description": "The commit SHA where the secret was detected" + }, + "branch": { + "type": "string", + "description": "The branch where the secret was detected" + }, + "path": { + "type": "string", + "description": "The path of the file where the secret was detected" + } + } } } } @@ -560680,11 +560750,25 @@ "type": "string", "description": "The type of secret that was detected" }, - "commits": { + "locations": { "type": "array", - "description": "The commits that introduced the secret", + "description": "The location data of the secret that was detected", "items": { - "type": "string" + "type": "object", + "properties": { + "commit": { + "type": "string", + "description": "The commit SHA where the secret was detected" + }, + "branch": { + "type": "string", + "description": "The branch where the secret was detected" + }, + "path": { + "type": "string", + "description": "The path of the file where the secret was detected" + } + } } } } @@ -562503,11 +562587,25 @@ "type": "string", "description": "The type of secret that was detected" }, - "commits": { + "locations": { "type": "array", - "description": "The commits that introduced the secret", + "description": "The location data of the secret that was detected", "items": { - "type": "string" + "type": "object", + "properties": { + "commit": { + "type": "string", + "description": "The commit SHA where the secret was detected" + }, + "branch": { + "type": "string", + "description": "The branch where the secret was detected" + }, + "path": { + "type": "string", + "description": "The path of the file where the secret was detected" + } + } } } } @@ -564326,11 +564424,25 @@ "type": "string", "description": "The type of secret that was detected" }, - "commits": { + "locations": { "type": "array", - "description": "The commits that introduced the secret", + "description": "The location data of the secret that was detected", "items": { - "type": "string" + "type": "object", + "properties": { + "commit": { + "type": "string", + "description": "The commit SHA where the secret was detected" + }, + "branch": { + "type": "string", + "description": "The branch where the secret was detected" + }, + "path": { + "type": "string", + "description": "The path of the file where the secret was detected" + } + } } } } @@ -566149,11 +566261,25 @@ "type": "string", "description": "The type of secret that was detected" }, - "commits": { + "locations": { "type": "array", - "description": "The commits that introduced the secret", + "description": "The location data of the secret that was detected", "items": { - "type": "string" + "type": "object", + "properties": { + "commit": { + "type": "string", + "description": "The commit SHA where the secret was detected" + }, + "branch": { + "type": "string", + "description": "The branch where the secret was detected" + }, + "path": { + "type": "string", + "description": "The path of the file where the secret was detected" + } + } } } } @@ -568006,11 +568132,25 @@ "type": "string", "description": "The type of secret that was detected" }, - "commits": { + "locations": { "type": "array", - "description": "The commits that introduced the secret", + "description": "The location data of the secret that was detected", "items": { - "type": "string" + "type": "object", + "properties": { + "commit": { + "type": "string", + "description": "The commit SHA where the secret was detected" + }, + "branch": { + "type": "string", + "description": "The branch where the secret was detected" + }, + "path": { + "type": "string", + "description": "The path of the file where the secret was detected" + } + } } } } @@ -605788,6 +605928,7 @@ "category": "webhooks", "subcategory": "custom_property", "supported-webhook-types": [ + "business", "organization", "app" ] @@ -606191,6 +606332,7 @@ "category": "webhooks", "subcategory": "custom_property", "supported-webhook-types": [ + "business", "organization", "app" ] @@ -606666,6 +606808,7 @@ "category": "webhooks", "subcategory": "custom_property", "supported-webhook-types": [ + "business", "organization", "app" ] @@ -1080327,7 +1080470,7 @@ "type": "string", "format": "uri", "description": "The API URL to get the pull request where the secret was detected.", - "example": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "example": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, "required": [ @@ -1080342,7 +1080485,7 @@ "type": "string", "format": "uri", "description": "The API URL to get the pull request where the secret was detected.", - "example": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "example": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, "required": [ diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 9383038c6..0b9a58c52 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -29310,16 +29310,19 @@ paths: type: integer - &204 name: min_timestamp - description: The minimum timestamp to query for stats + description: 'The minimum timestamp to query for stats. This is a timestamp + in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' in: query required: true schema: type: string - &205 name: max_timestamp - description: The maximum timestamp to query for stats + description: 'The maximum timestamp to query for stats. Defaults to the time + 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) + format: `YYYY-MM-DDTHH:MM:SSZ`.' in: query - required: true + required: false schema: type: string - *20 @@ -85195,7 +85198,7 @@ paths: format: uri description: The API URL to get the pull request where the secret was detected. - example: https://api.github.com/repos/octocat/Hello-World/pull/2846 + example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - description: Represents a 'pull_request_body' secret scanning @@ -85208,7 +85211,7 @@ paths: format: uri description: The API URL to get the pull request where the secret was detected. - example: https://api.github.com/repos/octocat/Hello-World/pull/2846 + example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - description: Represents a 'pull_request_comment' secret scanning @@ -85295,7 +85298,7 @@ paths: discussion_comment_url: https://github.com/community/community/discussions/39082#discussioncomment-4158232 - type: pull_request_title details: - pull_request_title_url: https://api.github.com/repos/octocat/Hello-World/pull/2846 + pull_request_title_url: https://api.github.com/repos/octocat/Hello-World/pulls/2846 - type: pull_request_body details: pull_request_body_url: https://api.github.com/repos/octocat/Hello-World/pulls/2846 @@ -104763,11 +104766,25 @@ x-webhooks: secret_type: type: string description: The type of secret that was detected - commits: + locations: type: array - description: The commits that introduced the secret + description: The location data of the secret that + was detected items: - type: string + type: object + properties: + commit: + type: string + description: The commit SHA where the secret + was detected + branch: + type: string + description: The branch where the secret was + detected + path: + type: string + description: The path of the file where the + secret was detected resource_identifier: type: string description: The unique identifier for the request type of the @@ -111503,6 +111520,7 @@ x-webhooks: category: webhooks subcategory: custom_property supported-webhook-types: + - business - organization - app custom-property-deleted: @@ -111589,6 +111607,7 @@ x-webhooks: category: webhooks subcategory: custom_property supported-webhook-types: + - business - organization - app custom-property-updated: @@ -111668,6 +111687,7 @@ x-webhooks: category: webhooks subcategory: custom_property supported-webhook-types: + - business - organization - app custom-property-values-updated: diff --git a/descriptions/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index 46c6c131c..37d925862 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -96551,7 +96551,7 @@ }, { "name": "min_timestamp", - "description": "The minimum timestamp to query for stats", + "description": "The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", "required": true, "schema": { @@ -96560,9 +96560,9 @@ }, { "name": "max_timestamp", - "description": "The maximum timestamp to query for stats", + "description": "The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" } @@ -96710,7 +96710,7 @@ }, { "name": "min_timestamp", - "description": "The minimum timestamp to query for stats", + "description": "The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", "required": true, "schema": { @@ -96719,9 +96719,9 @@ }, { "name": "max_timestamp", - "description": "The maximum timestamp to query for stats", + "description": "The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" } @@ -96868,7 +96868,7 @@ }, { "name": "min_timestamp", - "description": "The minimum timestamp to query for stats", + "description": "The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", "required": true, "schema": { @@ -96877,9 +96877,9 @@ }, { "name": "max_timestamp", - "description": "The maximum timestamp to query for stats", + "description": "The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" } @@ -96959,7 +96959,7 @@ }, { "name": "min_timestamp", - "description": "The minimum timestamp to query for stats", + "description": "The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", "required": true, "schema": { @@ -96968,9 +96968,9 @@ }, { "name": "max_timestamp", - "description": "The maximum timestamp to query for stats", + "description": "The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" } @@ -97041,7 +97041,7 @@ }, { "name": "min_timestamp", - "description": "The minimum timestamp to query for stats", + "description": "The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", "required": true, "schema": { @@ -97050,9 +97050,9 @@ }, { "name": "max_timestamp", - "description": "The maximum timestamp to query for stats", + "description": "The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" } @@ -97148,7 +97148,7 @@ }, { "name": "min_timestamp", - "description": "The minimum timestamp to query for stats", + "description": "The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", "required": true, "schema": { @@ -97157,9 +97157,9 @@ }, { "name": "max_timestamp", - "description": "The maximum timestamp to query for stats", + "description": "The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" } @@ -97280,7 +97280,7 @@ }, { "name": "min_timestamp", - "description": "The minimum timestamp to query for stats", + "description": "The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", "required": true, "schema": { @@ -97289,9 +97289,9 @@ }, { "name": "max_timestamp", - "description": "The maximum timestamp to query for stats", + "description": "The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" } @@ -97428,7 +97428,7 @@ }, { "name": "min_timestamp", - "description": "The minimum timestamp to query for stats", + "description": "The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", "required": true, "schema": { @@ -97437,9 +97437,9 @@ }, { "name": "max_timestamp", - "description": "The maximum timestamp to query for stats", + "description": "The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" } @@ -97560,7 +97560,7 @@ }, { "name": "min_timestamp", - "description": "The minimum timestamp to query for stats", + "description": "The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", "required": true, "schema": { @@ -97569,9 +97569,9 @@ }, { "name": "max_timestamp", - "description": "The maximum timestamp to query for stats", + "description": "The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" } @@ -408326,7 +408326,7 @@ "type": "string", "format": "uri", "description": "The API URL to get the pull request where the secret was detected.", - "example": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "example": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, "required": [ @@ -408341,7 +408341,7 @@ "type": "string", "format": "uri", "description": "The API URL to get the pull request where the secret was detected.", - "example": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "example": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, "required": [ @@ -408468,7 +408468,7 @@ { "type": "pull_request_title", "details": { - "pull_request_title_url": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "pull_request_title_url": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, { @@ -551497,11 +551497,25 @@ "type": "string", "description": "The type of secret that was detected" }, - "commits": { + "locations": { "type": "array", - "description": "The commits that introduced the secret", + "description": "The location data of the secret that was detected", "items": { - "type": "string" + "type": "object", + "properties": { + "commit": { + "type": "string", + "description": "The commit SHA where the secret was detected" + }, + "branch": { + "type": "string", + "description": "The branch where the secret was detected" + }, + "path": { + "type": "string", + "description": "The path of the file where the secret was detected" + } + } } } } @@ -553320,11 +553334,25 @@ "type": "string", "description": "The type of secret that was detected" }, - "commits": { + "locations": { "type": "array", - "description": "The commits that introduced the secret", + "description": "The location data of the secret that was detected", "items": { - "type": "string" + "type": "object", + "properties": { + "commit": { + "type": "string", + "description": "The commit SHA where the secret was detected" + }, + "branch": { + "type": "string", + "description": "The branch where the secret was detected" + }, + "path": { + "type": "string", + "description": "The path of the file where the secret was detected" + } + } } } } @@ -555143,11 +555171,25 @@ "type": "string", "description": "The type of secret that was detected" }, - "commits": { + "locations": { "type": "array", - "description": "The commits that introduced the secret", + "description": "The location data of the secret that was detected", "items": { - "type": "string" + "type": "object", + "properties": { + "commit": { + "type": "string", + "description": "The commit SHA where the secret was detected" + }, + "branch": { + "type": "string", + "description": "The branch where the secret was detected" + }, + "path": { + "type": "string", + "description": "The path of the file where the secret was detected" + } + } } } } @@ -556966,11 +557008,25 @@ "type": "string", "description": "The type of secret that was detected" }, - "commits": { + "locations": { "type": "array", - "description": "The commits that introduced the secret", + "description": "The location data of the secret that was detected", "items": { - "type": "string" + "type": "object", + "properties": { + "commit": { + "type": "string", + "description": "The commit SHA where the secret was detected" + }, + "branch": { + "type": "string", + "description": "The branch where the secret was detected" + }, + "path": { + "type": "string", + "description": "The path of the file where the secret was detected" + } + } } } } @@ -558823,11 +558879,25 @@ "type": "string", "description": "The type of secret that was detected" }, - "commits": { + "locations": { "type": "array", - "description": "The commits that introduced the secret", + "description": "The location data of the secret that was detected", "items": { - "type": "string" + "type": "object", + "properties": { + "commit": { + "type": "string", + "description": "The commit SHA where the secret was detected" + }, + "branch": { + "type": "string", + "description": "The branch where the secret was detected" + }, + "path": { + "type": "string", + "description": "The path of the file where the secret was detected" + } + } } } } @@ -560680,11 +560750,25 @@ "type": "string", "description": "The type of secret that was detected" }, - "commits": { + "locations": { "type": "array", - "description": "The commits that introduced the secret", + "description": "The location data of the secret that was detected", "items": { - "type": "string" + "type": "object", + "properties": { + "commit": { + "type": "string", + "description": "The commit SHA where the secret was detected" + }, + "branch": { + "type": "string", + "description": "The branch where the secret was detected" + }, + "path": { + "type": "string", + "description": "The path of the file where the secret was detected" + } + } } } } @@ -562503,11 +562587,25 @@ "type": "string", "description": "The type of secret that was detected" }, - "commits": { + "locations": { "type": "array", - "description": "The commits that introduced the secret", + "description": "The location data of the secret that was detected", "items": { - "type": "string" + "type": "object", + "properties": { + "commit": { + "type": "string", + "description": "The commit SHA where the secret was detected" + }, + "branch": { + "type": "string", + "description": "The branch where the secret was detected" + }, + "path": { + "type": "string", + "description": "The path of the file where the secret was detected" + } + } } } } @@ -564326,11 +564424,25 @@ "type": "string", "description": "The type of secret that was detected" }, - "commits": { + "locations": { "type": "array", - "description": "The commits that introduced the secret", + "description": "The location data of the secret that was detected", "items": { - "type": "string" + "type": "object", + "properties": { + "commit": { + "type": "string", + "description": "The commit SHA where the secret was detected" + }, + "branch": { + "type": "string", + "description": "The branch where the secret was detected" + }, + "path": { + "type": "string", + "description": "The path of the file where the secret was detected" + } + } } } } @@ -566149,11 +566261,25 @@ "type": "string", "description": "The type of secret that was detected" }, - "commits": { + "locations": { "type": "array", - "description": "The commits that introduced the secret", + "description": "The location data of the secret that was detected", "items": { - "type": "string" + "type": "object", + "properties": { + "commit": { + "type": "string", + "description": "The commit SHA where the secret was detected" + }, + "branch": { + "type": "string", + "description": "The branch where the secret was detected" + }, + "path": { + "type": "string", + "description": "The path of the file where the secret was detected" + } + } } } } @@ -568006,11 +568132,25 @@ "type": "string", "description": "The type of secret that was detected" }, - "commits": { + "locations": { "type": "array", - "description": "The commits that introduced the secret", + "description": "The location data of the secret that was detected", "items": { - "type": "string" + "type": "object", + "properties": { + "commit": { + "type": "string", + "description": "The commit SHA where the secret was detected" + }, + "branch": { + "type": "string", + "description": "The branch where the secret was detected" + }, + "path": { + "type": "string", + "description": "The path of the file where the secret was detected" + } + } } } } @@ -605788,6 +605928,7 @@ "category": "webhooks", "subcategory": "custom_property", "supported-webhook-types": [ + "business", "organization", "app" ] @@ -606191,6 +606332,7 @@ "category": "webhooks", "subcategory": "custom_property", "supported-webhook-types": [ + "business", "organization", "app" ] @@ -606666,6 +606808,7 @@ "category": "webhooks", "subcategory": "custom_property", "supported-webhook-types": [ + "business", "organization", "app" ] @@ -1080327,7 +1080470,7 @@ "type": "string", "format": "uri", "description": "The API URL to get the pull request where the secret was detected.", - "example": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "example": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, "required": [ @@ -1080342,7 +1080485,7 @@ "type": "string", "format": "uri", "description": "The API URL to get the pull request where the secret was detected.", - "example": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "example": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, "required": [ diff --git a/descriptions/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index 9383038c6..0b9a58c52 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.deref.yaml @@ -29310,16 +29310,19 @@ paths: type: integer - &204 name: min_timestamp - description: The minimum timestamp to query for stats + description: 'The minimum timestamp to query for stats. This is a timestamp + in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' in: query required: true schema: type: string - &205 name: max_timestamp - description: The maximum timestamp to query for stats + description: 'The maximum timestamp to query for stats. Defaults to the time + 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) + format: `YYYY-MM-DDTHH:MM:SSZ`.' in: query - required: true + required: false schema: type: string - *20 @@ -85195,7 +85198,7 @@ paths: format: uri description: The API URL to get the pull request where the secret was detected. - example: https://api.github.com/repos/octocat/Hello-World/pull/2846 + example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - description: Represents a 'pull_request_body' secret scanning @@ -85208,7 +85211,7 @@ paths: format: uri description: The API URL to get the pull request where the secret was detected. - example: https://api.github.com/repos/octocat/Hello-World/pull/2846 + example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - description: Represents a 'pull_request_comment' secret scanning @@ -85295,7 +85298,7 @@ paths: discussion_comment_url: https://github.com/community/community/discussions/39082#discussioncomment-4158232 - type: pull_request_title details: - pull_request_title_url: https://api.github.com/repos/octocat/Hello-World/pull/2846 + pull_request_title_url: https://api.github.com/repos/octocat/Hello-World/pulls/2846 - type: pull_request_body details: pull_request_body_url: https://api.github.com/repos/octocat/Hello-World/pulls/2846 @@ -104763,11 +104766,25 @@ x-webhooks: secret_type: type: string description: The type of secret that was detected - commits: + locations: type: array - description: The commits that introduced the secret + description: The location data of the secret that + was detected items: - type: string + type: object + properties: + commit: + type: string + description: The commit SHA where the secret + was detected + branch: + type: string + description: The branch where the secret was + detected + path: + type: string + description: The path of the file where the + secret was detected resource_identifier: type: string description: The unique identifier for the request type of the @@ -111503,6 +111520,7 @@ x-webhooks: category: webhooks subcategory: custom_property supported-webhook-types: + - business - organization - app custom-property-deleted: @@ -111589,6 +111607,7 @@ x-webhooks: category: webhooks subcategory: custom_property supported-webhook-types: + - business - organization - app custom-property-updated: @@ -111668,6 +111687,7 @@ x-webhooks: category: webhooks subcategory: custom_property supported-webhook-types: + - business - organization - app custom-property-values-updated: diff --git a/descriptions/ghec/ghec.2022-11-28.json b/descriptions/ghec/ghec.2022-11-28.json index 34a69950a..ed92eac07 100644 --- a/descriptions/ghec/ghec.2022-11-28.json +++ b/descriptions/ghec/ghec.2022-11-28.json @@ -76910,6 +76910,7 @@ "category": "webhooks", "subcategory": "custom_property", "supported-webhook-types": [ + "business", "organization", "app" ] @@ -77002,6 +77003,7 @@ "category": "webhooks", "subcategory": "custom_property", "supported-webhook-types": [ + "business", "organization", "app" ] @@ -77094,6 +77096,7 @@ "category": "webhooks", "subcategory": "custom_property", "supported-webhook-types": [ + "business", "organization", "app" ] @@ -128943,7 +128946,7 @@ "type": "string", "format": "uri", "description": "The API URL to get the pull request where the secret was detected.", - "example": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "example": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, "required": [ @@ -128958,7 +128961,7 @@ "type": "string", "format": "uri", "description": "The API URL to get the pull request where the secret was detected.", - "example": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "example": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, "required": [ @@ -134447,11 +134450,25 @@ "type": "string", "description": "The type of secret that was detected" }, - "commits": { + "locations": { "type": "array", - "description": "The commits that introduced the secret", + "description": "The location data of the secret that was detected", "items": { - "type": "string" + "type": "object", + "properties": { + "commit": { + "type": "string", + "description": "The commit SHA where the secret was detected" + }, + "branch": { + "type": "string", + "description": "The branch where the secret was detected" + }, + "path": { + "type": "string", + "description": "The path of the file where the secret was detected" + } + } } } } @@ -297192,7 +297209,7 @@ { "type": "pull_request_title", "details": { - "pull_request_title_url": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "pull_request_title_url": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, { @@ -304881,7 +304898,7 @@ }, "api-insights-min-timestamp": { "name": "min_timestamp", - "description": "The minimum timestamp to query for stats", + "description": "The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", "required": true, "schema": { @@ -304890,9 +304907,9 @@ }, "api-insights-max-timestamp": { "name": "max_timestamp", - "description": "The maximum timestamp to query for stats", + "description": "The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" } diff --git a/descriptions/ghec/ghec.2022-11-28.yaml b/descriptions/ghec/ghec.2022-11-28.yaml index 5f749b4b2..3d03ae254 100644 --- a/descriptions/ghec/ghec.2022-11-28.yaml +++ b/descriptions/ghec/ghec.2022-11-28.yaml @@ -55797,6 +55797,7 @@ x-webhooks: category: webhooks subcategory: custom_property supported-webhook-types: + - business - organization - app custom-property-deleted: @@ -55862,6 +55863,7 @@ x-webhooks: category: webhooks subcategory: custom_property supported-webhook-types: + - business - organization - app custom-property-updated: @@ -55927,6 +55929,7 @@ x-webhooks: category: webhooks subcategory: custom_property supported-webhook-types: + - business - organization - app custom-property-values-updated: @@ -95043,7 +95046,7 @@ components: type: string format: uri description: The API URL to get the pull request where the secret was detected. - example: https://api.github.com/repos/octocat/Hello-World/pull/2846 + example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url secret-scanning-location-pull-request-body: @@ -95056,7 +95059,7 @@ components: type: string format: uri description: The API URL to get the pull request where the secret was detected. - example: https://api.github.com/repos/octocat/Hello-World/pull/2846 + example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url secret-scanning-location-pull-request-comment: @@ -99253,11 +99256,21 @@ components: secret_type: type: string description: The type of secret that was detected - commits: + locations: type: array - description: The commits that introduced the secret + description: The location data of the secret that was detected items: - type: string + type: object + properties: + commit: + type: string + description: The commit SHA where the secret was detected + branch: + type: string + description: The branch where the secret was detected + path: + type: string + description: The path of the file where the secret was detected exemption-request-secret-scanning-metadata: title: Secret Scanning Push Protection Exemption Request Metadata description: Metadata for a secret scanning push protection exemption request. @@ -224739,7 +224752,7 @@ components: discussion_comment_url: https://github.com/community/community/discussions/39082#discussioncomment-4158232 - type: pull_request_title details: - pull_request_title_url: https://api.github.com/repos/octocat/Hello-World/pull/2846 + pull_request_title_url: https://api.github.com/repos/octocat/Hello-World/pulls/2846 - type: pull_request_body details: pull_request_body_url: https://api.github.com/repos/octocat/Hello-World/pulls/2846 @@ -231388,16 +231401,19 @@ components: type: integer api-insights-min-timestamp: name: min_timestamp - description: The minimum timestamp to query for stats + description: 'The minimum timestamp to query for stats. This is a timestamp + in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' in: query required: true schema: type: string api-insights-max-timestamp: name: max_timestamp - description: The maximum timestamp to query for stats + description: 'The maximum timestamp to query for stats. Defaults to the time + 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) + format: `YYYY-MM-DDTHH:MM:SSZ`.' in: query - required: true + required: false schema: type: string api-insights-route-stats-sort: diff --git a/descriptions/ghec/ghec.json b/descriptions/ghec/ghec.json index 34a69950a..ed92eac07 100644 --- a/descriptions/ghec/ghec.json +++ b/descriptions/ghec/ghec.json @@ -76910,6 +76910,7 @@ "category": "webhooks", "subcategory": "custom_property", "supported-webhook-types": [ + "business", "organization", "app" ] @@ -77002,6 +77003,7 @@ "category": "webhooks", "subcategory": "custom_property", "supported-webhook-types": [ + "business", "organization", "app" ] @@ -77094,6 +77096,7 @@ "category": "webhooks", "subcategory": "custom_property", "supported-webhook-types": [ + "business", "organization", "app" ] @@ -128943,7 +128946,7 @@ "type": "string", "format": "uri", "description": "The API URL to get the pull request where the secret was detected.", - "example": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "example": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, "required": [ @@ -128958,7 +128961,7 @@ "type": "string", "format": "uri", "description": "The API URL to get the pull request where the secret was detected.", - "example": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "example": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, "required": [ @@ -134447,11 +134450,25 @@ "type": "string", "description": "The type of secret that was detected" }, - "commits": { + "locations": { "type": "array", - "description": "The commits that introduced the secret", + "description": "The location data of the secret that was detected", "items": { - "type": "string" + "type": "object", + "properties": { + "commit": { + "type": "string", + "description": "The commit SHA where the secret was detected" + }, + "branch": { + "type": "string", + "description": "The branch where the secret was detected" + }, + "path": { + "type": "string", + "description": "The path of the file where the secret was detected" + } + } } } } @@ -297192,7 +297209,7 @@ { "type": "pull_request_title", "details": { - "pull_request_title_url": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "pull_request_title_url": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, { @@ -304881,7 +304898,7 @@ }, "api-insights-min-timestamp": { "name": "min_timestamp", - "description": "The minimum timestamp to query for stats", + "description": "The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", "required": true, "schema": { @@ -304890,9 +304907,9 @@ }, "api-insights-max-timestamp": { "name": "max_timestamp", - "description": "The maximum timestamp to query for stats", + "description": "The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.", "in": "query", - "required": true, + "required": false, "schema": { "type": "string" } diff --git a/descriptions/ghec/ghec.yaml b/descriptions/ghec/ghec.yaml index 5f749b4b2..3d03ae254 100644 --- a/descriptions/ghec/ghec.yaml +++ b/descriptions/ghec/ghec.yaml @@ -55797,6 +55797,7 @@ x-webhooks: category: webhooks subcategory: custom_property supported-webhook-types: + - business - organization - app custom-property-deleted: @@ -55862,6 +55863,7 @@ x-webhooks: category: webhooks subcategory: custom_property supported-webhook-types: + - business - organization - app custom-property-updated: @@ -55927,6 +55929,7 @@ x-webhooks: category: webhooks subcategory: custom_property supported-webhook-types: + - business - organization - app custom-property-values-updated: @@ -95043,7 +95046,7 @@ components: type: string format: uri description: The API URL to get the pull request where the secret was detected. - example: https://api.github.com/repos/octocat/Hello-World/pull/2846 + example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url secret-scanning-location-pull-request-body: @@ -95056,7 +95059,7 @@ components: type: string format: uri description: The API URL to get the pull request where the secret was detected. - example: https://api.github.com/repos/octocat/Hello-World/pull/2846 + example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url secret-scanning-location-pull-request-comment: @@ -99253,11 +99256,21 @@ components: secret_type: type: string description: The type of secret that was detected - commits: + locations: type: array - description: The commits that introduced the secret + description: The location data of the secret that was detected items: - type: string + type: object + properties: + commit: + type: string + description: The commit SHA where the secret was detected + branch: + type: string + description: The branch where the secret was detected + path: + type: string + description: The path of the file where the secret was detected exemption-request-secret-scanning-metadata: title: Secret Scanning Push Protection Exemption Request Metadata description: Metadata for a secret scanning push protection exemption request. @@ -224739,7 +224752,7 @@ components: discussion_comment_url: https://github.com/community/community/discussions/39082#discussioncomment-4158232 - type: pull_request_title details: - pull_request_title_url: https://api.github.com/repos/octocat/Hello-World/pull/2846 + pull_request_title_url: https://api.github.com/repos/octocat/Hello-World/pulls/2846 - type: pull_request_body details: pull_request_body_url: https://api.github.com/repos/octocat/Hello-World/pulls/2846 @@ -231388,16 +231401,19 @@ components: type: integer api-insights-min-timestamp: name: min_timestamp - description: The minimum timestamp to query for stats + description: 'The minimum timestamp to query for stats. This is a timestamp + in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' in: query required: true schema: type: string api-insights-max-timestamp: name: max_timestamp - description: The maximum timestamp to query for stats + description: 'The maximum timestamp to query for stats. Defaults to the time + 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) + format: `YYYY-MM-DDTHH:MM:SSZ`.' in: query - required: true + required: false schema: type: string api-insights-route-stats-sort: diff --git a/descriptions/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.json b/descriptions/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.json index 067aca839..ee55935f5 100644 --- a/descriptions/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.json +++ b/descriptions/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.json @@ -345024,7 +345024,7 @@ "type": "string", "format": "uri", "description": "The API URL to get the pull request where the secret was detected.", - "example": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "example": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, "required": [ @@ -345039,7 +345039,7 @@ "type": "string", "format": "uri", "description": "The API URL to get the pull request where the secret was detected.", - "example": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "example": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, "required": [ @@ -345170,7 +345170,7 @@ { "type": "pull_request_title", "details": { - "pull_request_title_url": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "pull_request_title_url": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, { @@ -907442,7 +907442,7 @@ "type": "string", "format": "uri", "description": "The API URL to get the pull request where the secret was detected.", - "example": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "example": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, "required": [ @@ -907457,7 +907457,7 @@ "type": "string", "format": "uri", "description": "The API URL to get the pull request where the secret was detected.", - "example": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "example": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, "required": [ diff --git a/descriptions/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.yaml b/descriptions/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.yaml index 74e85b30f..814f8084b 100644 --- a/descriptions/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.yaml +++ b/descriptions/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.yaml @@ -70762,7 +70762,7 @@ paths: format: uri description: The API URL to get the pull request where the secret was detected. - example: https://api.github.com/repos/octocat/Hello-World/pull/2846 + example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - description: Represents a 'pull_request_body' secret scanning @@ -70775,7 +70775,7 @@ paths: format: uri description: The API URL to get the pull request where the secret was detected. - example: https://api.github.com/repos/octocat/Hello-World/pull/2846 + example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - description: Represents a 'pull_request_comment' secret scanning @@ -70865,7 +70865,7 @@ paths: discussion_comment_url: https://github.com/community/community/discussions/39082#discussioncomment-4158232 - type: pull_request_title details: - pull_request_title_url: https://api.github.com/repos/octocat/Hello-World/pull/2846 + pull_request_title_url: https://api.github.com/repos/octocat/Hello-World/pulls/2846 - type: pull_request_body details: pull_request_body_url: https://api.github.com/repos/octocat/Hello-World/pulls/2846 diff --git a/descriptions/ghes-3.10/dereferenced/ghes-3.10.deref.json b/descriptions/ghes-3.10/dereferenced/ghes-3.10.deref.json index 067aca839..ee55935f5 100644 --- a/descriptions/ghes-3.10/dereferenced/ghes-3.10.deref.json +++ b/descriptions/ghes-3.10/dereferenced/ghes-3.10.deref.json @@ -345024,7 +345024,7 @@ "type": "string", "format": "uri", "description": "The API URL to get the pull request where the secret was detected.", - "example": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "example": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, "required": [ @@ -345039,7 +345039,7 @@ "type": "string", "format": "uri", "description": "The API URL to get the pull request where the secret was detected.", - "example": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "example": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, "required": [ @@ -345170,7 +345170,7 @@ { "type": "pull_request_title", "details": { - "pull_request_title_url": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "pull_request_title_url": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, { @@ -907442,7 +907442,7 @@ "type": "string", "format": "uri", "description": "The API URL to get the pull request where the secret was detected.", - "example": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "example": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, "required": [ @@ -907457,7 +907457,7 @@ "type": "string", "format": "uri", "description": "The API URL to get the pull request where the secret was detected.", - "example": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "example": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, "required": [ diff --git a/descriptions/ghes-3.10/dereferenced/ghes-3.10.deref.yaml b/descriptions/ghes-3.10/dereferenced/ghes-3.10.deref.yaml index 74e85b30f..814f8084b 100644 --- a/descriptions/ghes-3.10/dereferenced/ghes-3.10.deref.yaml +++ b/descriptions/ghes-3.10/dereferenced/ghes-3.10.deref.yaml @@ -70762,7 +70762,7 @@ paths: format: uri description: The API URL to get the pull request where the secret was detected. - example: https://api.github.com/repos/octocat/Hello-World/pull/2846 + example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - description: Represents a 'pull_request_body' secret scanning @@ -70775,7 +70775,7 @@ paths: format: uri description: The API URL to get the pull request where the secret was detected. - example: https://api.github.com/repos/octocat/Hello-World/pull/2846 + example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - description: Represents a 'pull_request_comment' secret scanning @@ -70865,7 +70865,7 @@ paths: discussion_comment_url: https://github.com/community/community/discussions/39082#discussioncomment-4158232 - type: pull_request_title details: - pull_request_title_url: https://api.github.com/repos/octocat/Hello-World/pull/2846 + pull_request_title_url: https://api.github.com/repos/octocat/Hello-World/pulls/2846 - type: pull_request_body details: pull_request_body_url: https://api.github.com/repos/octocat/Hello-World/pulls/2846 diff --git a/descriptions/ghes-3.10/ghes-3.10.2022-11-28.json b/descriptions/ghes-3.10/ghes-3.10.2022-11-28.json index e8c17e1dc..e545e1148 100644 --- a/descriptions/ghes-3.10/ghes-3.10.2022-11-28.json +++ b/descriptions/ghes-3.10/ghes-3.10.2022-11-28.json @@ -110632,7 +110632,7 @@ "type": "string", "format": "uri", "description": "The API URL to get the pull request where the secret was detected.", - "example": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "example": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, "required": [ @@ -110647,7 +110647,7 @@ "type": "string", "format": "uri", "description": "The API URL to get the pull request where the secret was detected.", - "example": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "example": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, "required": [ @@ -265659,7 +265659,7 @@ { "type": "pull_request_title", "details": { - "pull_request_title_url": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "pull_request_title_url": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, { diff --git a/descriptions/ghes-3.10/ghes-3.10.2022-11-28.yaml b/descriptions/ghes-3.10/ghes-3.10.2022-11-28.yaml index 5630733ff..d3c8c7000 100644 --- a/descriptions/ghes-3.10/ghes-3.10.2022-11-28.yaml +++ b/descriptions/ghes-3.10/ghes-3.10.2022-11-28.yaml @@ -80803,7 +80803,7 @@ components: type: string format: uri description: The API URL to get the pull request where the secret was detected. - example: https://api.github.com/repos/octocat/Hello-World/pull/2846 + example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url secret-scanning-location-pull-request-body: @@ -80816,7 +80816,7 @@ components: type: string format: uri description: The API URL to get the pull request where the secret was detected. - example: https://api.github.com/repos/octocat/Hello-World/pull/2846 + example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url secret-scanning-location-pull-request-comment: @@ -200239,7 +200239,7 @@ components: discussion_comment_url: https://github.com/community/community/discussions/39082#discussioncomment-4158232 - type: pull_request_title details: - pull_request_title_url: https://api.github.com/repos/octocat/Hello-World/pull/2846 + pull_request_title_url: https://api.github.com/repos/octocat/Hello-World/pulls/2846 - type: pull_request_body details: pull_request_body_url: https://api.github.com/repos/octocat/Hello-World/pulls/2846 diff --git a/descriptions/ghes-3.10/ghes-3.10.json b/descriptions/ghes-3.10/ghes-3.10.json index e8c17e1dc..e545e1148 100644 --- a/descriptions/ghes-3.10/ghes-3.10.json +++ b/descriptions/ghes-3.10/ghes-3.10.json @@ -110632,7 +110632,7 @@ "type": "string", "format": "uri", "description": "The API URL to get the pull request where the secret was detected.", - "example": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "example": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, "required": [ @@ -110647,7 +110647,7 @@ "type": "string", "format": "uri", "description": "The API URL to get the pull request where the secret was detected.", - "example": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "example": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, "required": [ @@ -265659,7 +265659,7 @@ { "type": "pull_request_title", "details": { - "pull_request_title_url": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "pull_request_title_url": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, { diff --git a/descriptions/ghes-3.10/ghes-3.10.yaml b/descriptions/ghes-3.10/ghes-3.10.yaml index 5630733ff..d3c8c7000 100644 --- a/descriptions/ghes-3.10/ghes-3.10.yaml +++ b/descriptions/ghes-3.10/ghes-3.10.yaml @@ -80803,7 +80803,7 @@ components: type: string format: uri description: The API URL to get the pull request where the secret was detected. - example: https://api.github.com/repos/octocat/Hello-World/pull/2846 + example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url secret-scanning-location-pull-request-body: @@ -80816,7 +80816,7 @@ components: type: string format: uri description: The API URL to get the pull request where the secret was detected. - example: https://api.github.com/repos/octocat/Hello-World/pull/2846 + example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url secret-scanning-location-pull-request-comment: @@ -200239,7 +200239,7 @@ components: discussion_comment_url: https://github.com/community/community/discussions/39082#discussioncomment-4158232 - type: pull_request_title details: - pull_request_title_url: https://api.github.com/repos/octocat/Hello-World/pull/2846 + pull_request_title_url: https://api.github.com/repos/octocat/Hello-World/pulls/2846 - type: pull_request_body details: pull_request_body_url: https://api.github.com/repos/octocat/Hello-World/pulls/2846 diff --git a/descriptions/ghes-3.11/dereferenced/ghes-3.11.2022-11-28.deref.json b/descriptions/ghes-3.11/dereferenced/ghes-3.11.2022-11-28.deref.json index 0efe85997..d3f35ba61 100644 --- a/descriptions/ghes-3.11/dereferenced/ghes-3.11.2022-11-28.deref.json +++ b/descriptions/ghes-3.11/dereferenced/ghes-3.11.2022-11-28.deref.json @@ -359534,7 +359534,7 @@ "type": "string", "format": "uri", "description": "The API URL to get the pull request where the secret was detected.", - "example": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "example": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, "required": [ @@ -359549,7 +359549,7 @@ "type": "string", "format": "uri", "description": "The API URL to get the pull request where the secret was detected.", - "example": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "example": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, "required": [ @@ -359680,7 +359680,7 @@ { "type": "pull_request_title", "details": { - "pull_request_title_url": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "pull_request_title_url": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, { @@ -934368,7 +934368,7 @@ "type": "string", "format": "uri", "description": "The API URL to get the pull request where the secret was detected.", - "example": "https://api.github.com/repos/octocat/Hello-World/pull/2846" + "example": "https://api.github.com/repos/octocat/Hello-World/pulls/2846" } }, {"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}