From 8e09c3bd55d325180da44fc687d9acd8404a60c4 Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:06:21 -0500 Subject: [PATCH] Update OpenAPI Description (#49439) --- src/github-apps/lib/config.json | 2 +- src/rest/data/fpt-2022-11-28/schema.json | 10 ++++++++++ src/rest/data/ghec-2022-11-28/schema.json | 18 ++++++++++-------- src/rest/lib/config.json | 2 +- src/webhooks/lib/config.json | 2 +- 5 files changed, 23 insertions(+), 11 deletions(-) diff --git a/src/github-apps/lib/config.json b/src/github-apps/lib/config.json index 7dfd01b66d..65c3491673 100644 --- a/src/github-apps/lib/config.json +++ b/src/github-apps/lib/config.json @@ -60,5 +60,5 @@ "2022-11-28" ] }, - "sha": "46be93686400477d0653349f46534ef85501d6c1" + "sha": "6ef668ab586c0bc12407d4c8a0f913fa077bfe67" } \ 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 de367c0fe0..ebfc9c838e 100644 --- a/src/rest/data/fpt-2022-11-28/schema.json +++ b/src/rest/data/fpt-2022-11-28/schema.json @@ -317022,6 +317022,16 @@ "schema": { "type": "string" } + }, + { + "name": "ref", + "description": "
The Git reference for the results you want to list. The ref for a branch can be formatted either as refs/heads/<branch name> or simply <branch name>. To reference a pull request use refs/pull/<number>/merge.
Success
" - }, - { - "httpStatusCode": "403", - "description": "Response if GitHub Advanced Security is not enabled for this repository
" } ] }, @@ -242471,10 +242467,6 @@ { "httpStatusCode": "200", "description": "Success
" - }, - { - "httpStatusCode": "403", - "description": "Response if GitHub Advanced Security is not enabled for this repository
" } ] }, @@ -335989,6 +335981,16 @@ "schema": { "type": "string" } + }, + { + "name": "ref", + "description": "The Git reference for the results you want to list. The ref for a branch can be formatted either as refs/heads/<branch name> or simply <branch name>. To reference a pull request use refs/pull/<number>/merge.