Skip to content

Commit cee4d08

Browse files
docs-botmchammer01
andauthored
Update OpenAPI Description (#59546)
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
1 parent 5436778 commit cee4d08

File tree

5 files changed

+19
-5
lines changed

5 files changed

+19
-5
lines changed

src/github-apps/lib/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@
6060
"2022-11-28"
6161
]
6262
},
63-
"sha": "3237c14f59c9a78adfe2ecbc6da9ab4949721348"
63+
"sha": "f1f9d97af3c33740f4b1d49a7e969b5116eacf9d"
6464
}

src/rest/data/fpt-2022-11-28/schema.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178067,6 +178067,10 @@
178067178067
"has_next_page": {
178068178068
"type": "boolean",
178069178069
"description": "Indicates if there are more pages of results available (maps to hasNextPage from billing platform)"
178070+
},
178071+
"total_count": {
178072+
"type": "integer",
178073+
"description": "Total number of budgets matching the query"
178070178074
}
178071178075
},
178072178076
"required": [
@@ -493873,7 +493877,10 @@
493873493877
"type": "object",
493874493878
"properties": {
493875493879
"bundle": {
493876-
"type": "object",
493880+
"type": [
493881+
"object",
493882+
"null"
493883+
],
493877493884
"properties": {
493878493885
"mediaType": {
493879493886
"type": "string"

src/rest/data/ghec-2022-11-28/schema.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190262,6 +190262,10 @@
190262190262
"has_next_page": {
190263190263
"type": "boolean",
190264190264
"description": "Indicates if there are more pages of results available (maps to hasNextPage from billing platform)"
190265+
},
190266+
"total_count": {
190267+
"type": "integer",
190268+
"description": "Total number of budgets matching the query"
190265190269
}
190266190270
},
190267190271
"required": [
@@ -541222,7 +541226,10 @@
541222541226
"type": "object",
541223541227
"properties": {
541224541228
"bundle": {
541225-
"type": "object",
541229+
"type": [
541230+
"object",
541231+
"null"
541232+
],
541226541233
"properties": {
541227541234
"mediaType": {
541228541235
"type": "string"

src/rest/lib/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@
5050
]
5151
}
5252
},
53-
"sha": "3237c14f59c9a78adfe2ecbc6da9ab4949721348"
53+
"sha": "f1f9d97af3c33740f4b1d49a7e969b5116eacf9d"
5454
}

src/webhooks/lib/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"sha": "3237c14f59c9a78adfe2ecbc6da9ab4949721348"
2+
"sha": "f1f9d97af3c33740f4b1d49a7e969b5116eacf9d"
33
}

0 commit comments

Comments
 (0)