Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update OpenAPI 3.0 Descriptions #4489

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions descriptions/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -297635,7 +297635,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 @@ -297644,7 +297644,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 @@ -297653,7 +297653,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 @@ -297662,7 +297662,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/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226078,31 +226078,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/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -297635,7 +297635,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 @@ -297644,7 +297644,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 @@ -297653,7 +297653,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 @@ -297662,7 +297662,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