From abe2bc676c1c885976828ba16018bcdb953fd2ee Mon Sep 17 00:00:00 2001
From: Octokit Bot <33075676+octokitbot@users.noreply.github.com>
Date: Tue, 12 Jul 2022 13:37:53 +0000
Subject: [PATCH] WIP octokit/openapi updated
---
docs/migrations/startForOrg.md | 2 ++
scripts/update-endpoints/generated/endpoints.json | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/docs/migrations/startForOrg.md b/docs/migrations/startForOrg.md
index 1901fafa0..d4c6db140 100644
--- a/docs/migrations/startForOrg.md
+++ b/docs/migrations/startForOrg.md
@@ -75,6 +75,8 @@ Indicates whether this should only include organization metadata (repositories a
| exclude | no |
+Exclude related items from being returned in the response in order to improve performance of the request. The array can include any of: `"repositories"`.
+
|
diff --git a/scripts/update-endpoints/generated/endpoints.json b/scripts/update-endpoints/generated/endpoints.json
index 4543be5e0..fd9a245c4 100644
--- a/scripts/update-endpoints/generated/endpoints.json
+++ b/scripts/update-endpoints/generated/endpoints.json
@@ -28384,7 +28384,7 @@
},
{
"name": "exclude",
- "description": "",
+ "description": "Exclude related items from being returned in the response in order to improve performance of the request. The array can include any of: `\"repositories\"`.",
"in": "BODY",
"type": "string[]",
"required": false,