You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note**: Forking a Repository happens asynchronously. You may have to wait a short period of time before you can access the git objects. If this takes longer than 5 minutes, be sure to contact [GitHub Support](https://support.github.com/contact?tags=rest-api).
20828
+
**Note**: Forking a Repository happens asynchronously. You may have to wait a short period of time before you can access the git objects. If this takes longer than 5 minutes, be sure to contact [GitHub Support](https://support.github.com/contact?tags=dotcom-rest-api).
20775
20829
tags:
20776
20830
- repos
20777
20831
operationId: repos/create-fork
@@ -22288,7 +22342,7 @@ paths:
22288
22342
If there are problems, you will see one of these in the `status` field:
22289
22343
22290
22344
* `auth_failed` - the import requires authentication in order to connect to the original repository. To update authentication for the import, please see the [Update an import](https://docs.github.com/rest/reference/migrations#update-an-import) section.
22291
-
* `error` - the import encountered an error. The import progress response will include the `failed_step` and an error message. Contact [GitHub Support](https://support.github.com/contact?tags=rest-api) for more information.
22345
+
* `error` - the import encountered an error. The import progress response will include the `failed_step` and an error message. Contact [GitHub Support](https://support.github.com/contact?tags=dotcom-rest-api) for more information.
22292
22346
* `detection_needs_auth` - the importer requires authentication for the originating repository to continue detection. To update authentication for the import, please see the [Update an import](https://docs.github.com/rest/reference/migrations#update-an-import) section.
22293
22347
* `detection_found_nothing` - the importer didn't recognize any source control at the URL. To resolve, [Cancel the import](https://docs.github.com/rest/reference/migrations#cancel-an-import) and [retry](https://docs.github.com/rest/reference/migrations#start-an-import) with the correct URL.
22294
22348
* `detection_found_multiple` - the importer found several projects or repositories at the provided URL. When this is the case, the Import Progress response will also include a `project_choices` field with the possible project choices as values. To update project choice, please see the [Update an import](https://docs.github.com/rest/reference/migrations#update-an-import) section.
@@ -28543,9 +28597,10 @@ paths:
28543
28597
asset filenames that have special characters, non-alphanumeric characters,
28544
28598
and leading or trailing periods. The \"[List assets for a release](https://docs.github.com/rest/reference/repos#list-assets-for-a-release)\"\nendpoint
28545
28599
lists the renamed filenames. For more information and help, contact [GitHub
28546
-
Support](https://support.github.com/contact?tags=rest-api).\n* If you upload
28547
-
an asset with the same filename as another uploaded asset, you'll receive
28548
-
an error and must delete the old file before you can re-upload the new asset."
28600
+
Support](https://support.github.com/contact?tags=dotcom-rest-api).\n* If
28601
+
you upload an asset with the same filename as another uploaded asset, you'll
28602
+
receive an error and must delete the old file before you can re-upload the
28603
+
new asset."
28549
28604
tags:
28550
28605
- repos
28551
28606
operationId: repos/upload-release-asset
@@ -35478,6 +35533,17 @@ paths:
35478
35533
example: true
35479
35534
readOnly: false
35480
35535
type: boolean
35536
+
exclude_releases:
35537
+
description: Do not include releases in the migration
35538
+
example: true
35539
+
readOnly: false
35540
+
type: boolean
35541
+
exclude_owner_projects:
35542
+
description: Indicates whether projects owned by the organization
35543
+
or users should be excluded.
35544
+
example: true
35545
+
readOnly: false
35546
+
type: boolean
35481
35547
exclude:
35482
35548
description: Exclude attributes from the API response to improve
0 commit comments