diff --git a/src/github-apps/lib/config.json b/src/github-apps/lib/config.json index cdef3b5db304..61a515708d37 100644 --- a/src/github-apps/lib/config.json +++ b/src/github-apps/lib/config.json @@ -60,5 +60,5 @@ "2022-11-28" ] }, - "sha": "032fb2e62ebe84fdbf76cc6145c7432c8921a552" + "sha": "b5172cc4a761a05691532a66ffeb6057fcfae879" } \ No newline at end of file diff --git a/src/rest/data/fpt-2022-11-28/schema.json b/src/rest/data/fpt-2022-11-28/schema.json index acda4cecada1..a15ecc0a9d72 100644 --- a/src/rest/data/fpt-2022-11-28/schema.json +++ b/src/rest/data/fpt-2022-11-28/schema.json @@ -108584,7 +108584,7 @@ }, { "name": "year", - "description": "

If specified, only return results for a single year. The value of year is an integer with four digits representing a year. For example, 2024. Default value is the current year.

", + "description": "

If specified, only return results for a single year. The value of year is an integer with four digits representing a year. For example, 2025. Default value is the current year.

", "in": "query", "required": false, "schema": { @@ -108593,7 +108593,7 @@ }, { "name": "month", - "description": "

If specified, only return results for a single month. The value of month is an integer between 1 and 12.

", + "description": "

If specified, only return results for a single month. The value of month is an integer between 1 and 12. If no year is specified the default year is used.

", "in": "query", "required": false, "schema": { @@ -108602,7 +108602,7 @@ }, { "name": "day", - "description": "

If specified, only return results for a single day. The value of day is an integer between 1 and 31.

", + "description": "

If specified, only return results for a single day. The value of day is an integer between 1 and 31. If no year or month is specified, the default year and month are used.

", "in": "query", "required": false, "schema": { @@ -108611,7 +108611,7 @@ }, { "name": "hour", - "description": "

If specified, only return results for a single hour. The value of hour is an integer between 0 and 23.

", + "description": "

If specified, only return results for a single hour. The value of hour is an integer between 0 and 23. If no year, month, or day is specified, the default year, month, and day are used.

", "in": "query", "required": false, "schema": { @@ -169394,7 +169394,7 @@ "type": "string", "name": "scope", "in": "body", - "description": "

The type of repositories to attach the configuration to. selected means the configuration will be attached to only the repositories specified by selected_repository_ids

", + "description": "

The type of repositories to attach the configuration to.

", "isRequired": true, "enum": [ "all", diff --git a/src/rest/data/ghec-2022-11-28/schema.json b/src/rest/data/ghec-2022-11-28/schema.json index f9c15c7409cf..d6f86e55b4d7 100644 --- a/src/rest/data/ghec-2022-11-28/schema.json +++ b/src/rest/data/ghec-2022-11-28/schema.json @@ -118000,7 +118000,7 @@ }, { "name": "year", - "description": "

If specified, only return results for a single year. The value of year is an integer with four digits representing a year. For example, 2024. Default value is the current year.

", + "description": "

If specified, only return results for a single year. The value of year is an integer with four digits representing a year. For example, 2025. Default value is the current year.

", "in": "query", "required": false, "schema": { @@ -118009,7 +118009,7 @@ }, { "name": "month", - "description": "

If specified, only return results for a single month. The value of month is an integer between 1 and 12.

", + "description": "

If specified, only return results for a single month. The value of month is an integer between 1 and 12. If no year is specified the default year is used.

", "in": "query", "required": false, "schema": { @@ -118018,7 +118018,7 @@ }, { "name": "day", - "description": "

If specified, only return results for a single day. The value of day is an integer between 1 and 31.

", + "description": "

If specified, only return results for a single day. The value of day is an integer between 1 and 31. If no year or month is specified, the default year and month are used.

", "in": "query", "required": false, "schema": { @@ -118027,7 +118027,7 @@ }, { "name": "hour", - "description": "

If specified, only return results for a single hour. The value of hour is an integer between 0 and 23.

", + "description": "

If specified, only return results for a single hour. The value of hour is an integer between 0 and 23. If no year, month, or day is specified, the default year, month, and day are used.

", "in": "query", "required": false, "schema": { @@ -180303,7 +180303,7 @@ "type": "string", "name": "scope", "in": "body", - "description": "

The type of repositories to attach the configuration to. selected means the configuration will be attached to only the repositories specified by selected_repository_ids

", + "description": "

The type of repositories to attach the configuration to.

", "isRequired": true, "enum": [ "all", @@ -277695,7 +277695,7 @@ }, { "name": "year", - "description": "

If specified, only return results for a single year. The value of year is an integer with four digits representing a year. For example, 2024. Default value is the current year.

", + "description": "

If specified, only return results for a single year. The value of year is an integer with four digits representing a year. For example, 2025. Default value is the current year.

", "in": "query", "required": false, "schema": { @@ -277704,7 +277704,7 @@ }, { "name": "month", - "description": "

If specified, only return results for a single month. The value of month is an integer between 1 and 12.

", + "description": "

If specified, only return results for a single month. The value of month is an integer between 1 and 12. If no year is specified the default year is used.

", "in": "query", "required": false, "schema": { @@ -277713,7 +277713,7 @@ }, { "name": "day", - "description": "

If specified, only return results for a single day. The value of day is an integer between 1 and 31.

", + "description": "

If specified, only return results for a single day. The value of day is an integer between 1 and 31. If no year or month is specified, the default year and month are used.

", "in": "query", "required": false, "schema": { @@ -277722,7 +277722,7 @@ }, { "name": "hour", - "description": "

If specified, only return results for a single hour. The value of hour is an integer between 0 and 23.

", + "description": "

If specified, only return results for a single hour. The value of hour is an integer between 0 and 23. If no year, month, or day is specified, the default year, month, and day are used.

", "in": "query", "required": false, "schema": { diff --git a/src/rest/data/ghes-3.12-2022-11-28/schema.json b/src/rest/data/ghes-3.12-2022-11-28/schema.json index ec767716fd1b..cc65df1cdf5e 100644 --- a/src/rest/data/ghes-3.12-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.12-2022-11-28/schema.json @@ -204269,7 +204269,7 @@ "type": "string" }, "croquetSupport": { - "description": "Whether the Github Connect feature is enabled.", + "description": "Whether the GitHub Connect feature is enabled.", "type": "boolean" }, "customTerms": { diff --git a/src/rest/data/ghes-3.13-2022-11-28/schema.json b/src/rest/data/ghes-3.13-2022-11-28/schema.json index 562db18f6efa..a6ffa6fa4728 100644 --- a/src/rest/data/ghes-3.13-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.13-2022-11-28/schema.json @@ -204424,7 +204424,7 @@ "type": "string" }, "croquetSupport": { - "description": "Whether the Github Connect feature is enabled.", + "description": "Whether the GitHub Connect feature is enabled.", "type": "boolean" }, "customTerms": { diff --git a/src/rest/data/ghes-3.14-2022-11-28/schema.json b/src/rest/data/ghes-3.14-2022-11-28/schema.json index 0979f3728c31..00c1e0a6a0aa 100644 --- a/src/rest/data/ghes-3.14-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.14-2022-11-28/schema.json @@ -204424,7 +204424,7 @@ "type": "string" }, "croquetSupport": { - "description": "Whether the Github Connect feature is enabled.", + "description": "Whether the GitHub Connect feature is enabled.", "type": "boolean" }, "customTerms": { diff --git a/src/rest/data/ghes-3.15-2022-11-28/schema.json b/src/rest/data/ghes-3.15-2022-11-28/schema.json index d33ff599f812..4fca2372102f 100644 --- a/src/rest/data/ghes-3.15-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.15-2022-11-28/schema.json @@ -208663,7 +208663,7 @@ "type": "string" }, "croquetSupport": { - "description": "Whether the Github Connect feature is enabled.", + "description": "Whether the GitHub Connect feature is enabled.", "type": "boolean" }, "customTerms": { diff --git a/src/rest/lib/config.json b/src/rest/lib/config.json index 5aa334217945..ea54e2a6dfe4 100644 --- a/src/rest/lib/config.json +++ b/src/rest/lib/config.json @@ -50,5 +50,5 @@ ] } }, - "sha": "032fb2e62ebe84fdbf76cc6145c7432c8921a552" + "sha": "b5172cc4a761a05691532a66ffeb6057fcfae879" } \ No newline at end of file diff --git a/src/webhooks/lib/config.json b/src/webhooks/lib/config.json index b2d87a6320e8..a913ecfd4175 100644 --- a/src/webhooks/lib/config.json +++ b/src/webhooks/lib/config.json @@ -1,3 +1,3 @@ { - "sha": "032fb2e62ebe84fdbf76cc6145c7432c8921a552" + "sha": "b5172cc4a761a05691532a66ffeb6057fcfae879" } \ No newline at end of file