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 excludeno +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,