Skip to content

Commit

Permalink
Update OpenAPI 3.1 Descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-openapi-bot committed Jan 30, 2025
1 parent e444488 commit f8b8074
Show file tree
Hide file tree
Showing 16 changed files with 96 additions and 72 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306613,7 +306613,7 @@
},
"billing-usage-report-year": {
"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": {
Expand All @@ -306622,7 +306622,7 @@
},
"billing-usage-report-month": {
"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": {
Expand All @@ -306631,7 +306631,7 @@
},
"billing-usage-report-day": {
"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": {
Expand All @@ -306640,7 +306640,7 @@
},
"billing-usage-report-hour": {
"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": {
Expand Down
11 changes: 7 additions & 4 deletions descriptions-next/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -229528,31 +229528,34 @@ components:
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.
`2025`. Default value is the current year.
in: query
required: false
schema:
type: integer
billing-usage-report-month:
name: month
description: If specified, only return results for a single month. The value
of `month` is an integer between `1` and `12`.
of `month` is an integer between `1` and `12`. If no year is specified the
default `year` is used.
in: query
required: false
schema:
type: integer
billing-usage-report-day:
name: day
description: If specified, only return results for a single day. The value of
`day` is an integer between `1` and `31`.
`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:
type: integer
billing-usage-report-hour:
name: hour
description: If specified, only return results for a single hour. The value
of `hour` is an integer between `0` and `23`.
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:
Expand Down
8 changes: 4 additions & 4 deletions descriptions-next/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -306613,7 +306613,7 @@
},
"billing-usage-report-year": {
"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": {
Expand All @@ -306622,7 +306622,7 @@
},
"billing-usage-report-month": {
"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": {
Expand All @@ -306631,7 +306631,7 @@
},
"billing-usage-report-day": {
"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": {
Expand All @@ -306640,7 +306640,7 @@
},
"billing-usage-report-hour": {
"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": {
Expand Down
Loading

0 comments on commit f8b8074

Please sign in to comment.