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.
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.
If specified, only return results for a single month. The value of month
is an integer between 1
and 12
.
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.
If specified, only return results for a single day. The value of day
is an integer between 1
and 31
.
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.
If specified, only return results for a single hour. The value of hour
is an integer between 0
and 23
.
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.
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
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.
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.
If specified, only return results for a single month. The value of month
is an integer between 1
and 12
.
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.
If specified, only return results for a single day. The value of day
is an integer between 1
and 31
.
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.
If specified, only return results for a single hour. The value of hour
is an integer between 0
and 23
.
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.
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
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.
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.
If specified, only return results for a single month. The value of month
is an integer between 1
and 12
.
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.
If specified, only return results for a single day. The value of day
is an integer between 1
and 31
.
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.
If specified, only return results for a single hour. The value of hour
is an integer between 0
and 23
.
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.