From cee4d08765048409a075993de9834b5658475cfc Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Sat, 7 Feb 2026 00:35:45 -0800 Subject: [PATCH] Update OpenAPI Description (#59546) Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com> --- src/github-apps/lib/config.json | 2 +- src/rest/data/fpt-2022-11-28/schema.json | 9 ++++++++- src/rest/data/ghec-2022-11-28/schema.json | 9 ++++++++- src/rest/lib/config.json | 2 +- src/webhooks/lib/config.json | 2 +- 5 files changed, 19 insertions(+), 5 deletions(-) diff --git a/src/github-apps/lib/config.json b/src/github-apps/lib/config.json index a4c1effc9bac..e73db78080d7 100644 --- a/src/github-apps/lib/config.json +++ b/src/github-apps/lib/config.json @@ -60,5 +60,5 @@ "2022-11-28" ] }, - "sha": "3237c14f59c9a78adfe2ecbc6da9ab4949721348" + "sha": "f1f9d97af3c33740f4b1d49a7e969b5116eacf9d" } \ 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 7f8ab616ab19..acec3e029c9d 100644 --- a/src/rest/data/fpt-2022-11-28/schema.json +++ b/src/rest/data/fpt-2022-11-28/schema.json @@ -178067,6 +178067,10 @@ "has_next_page": { "type": "boolean", "description": "Indicates if there are more pages of results available (maps to hasNextPage from billing platform)" + }, + "total_count": { + "type": "integer", + "description": "Total number of budgets matching the query" } }, "required": [ @@ -493873,7 +493877,10 @@ "type": "object", "properties": { "bundle": { - "type": "object", + "type": [ + "object", + "null" + ], "properties": { "mediaType": { "type": "string" diff --git a/src/rest/data/ghec-2022-11-28/schema.json b/src/rest/data/ghec-2022-11-28/schema.json index c6edd880073e..722031b2e4b5 100644 --- a/src/rest/data/ghec-2022-11-28/schema.json +++ b/src/rest/data/ghec-2022-11-28/schema.json @@ -190262,6 +190262,10 @@ "has_next_page": { "type": "boolean", "description": "Indicates if there are more pages of results available (maps to hasNextPage from billing platform)" + }, + "total_count": { + "type": "integer", + "description": "Total number of budgets matching the query" } }, "required": [ @@ -541222,7 +541226,10 @@ "type": "object", "properties": { "bundle": { - "type": "object", + "type": [ + "object", + "null" + ], "properties": { "mediaType": { "type": "string" diff --git a/src/rest/lib/config.json b/src/rest/lib/config.json index 4667b29cda02..c89b5d484534 100644 --- a/src/rest/lib/config.json +++ b/src/rest/lib/config.json @@ -50,5 +50,5 @@ ] } }, - "sha": "3237c14f59c9a78adfe2ecbc6da9ab4949721348" + "sha": "f1f9d97af3c33740f4b1d49a7e969b5116eacf9d" } \ No newline at end of file diff --git a/src/webhooks/lib/config.json b/src/webhooks/lib/config.json index ffcb8df55e44..576da7269c88 100644 --- a/src/webhooks/lib/config.json +++ b/src/webhooks/lib/config.json @@ -1,3 +1,3 @@ { - "sha": "3237c14f59c9a78adfe2ecbc6da9ab4949721348" + "sha": "f1f9d97af3c33740f4b1d49a7e969b5116eacf9d" } \ No newline at end of file