Skip to content

Commit f33ab78

Browse files
authored
fix: update documentation for POST /orgs/{org}/migrations (#512)
1 parent e23fa97 commit f33ab78

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/migrations/startForOrg.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ Indicates whether this should only include organization metadata (repositories a
7575
</td></tr>
7676
<tr><td>exclude</td><td>no</td><td>
7777

78+
Exclude related items from being returned in the response in order to improve performance of the request. The array can include any of: `"repositories"`.
79+
7880
</td></tr>
7981
</tbody>
8082
</table>

scripts/update-endpoints/generated/endpoints.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28384,7 +28384,7 @@
2838428384
},
2838528385
{
2838628386
"name": "exclude",
28387-
"description": "",
28387+
"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\"`.",
2838828388
"in": "BODY",
2838928389
"type": "string[]",
2839028390
"required": false,

0 commit comments

Comments
 (0)