diff --git a/content/v3/orgs/migrations.md b/content/v3/orgs/migrations.md index 257059f1c8..59ac25a202 100644 --- a/content/v3/orgs/migrations.md +++ b/content/v3/orgs/migrations.md @@ -27,6 +27,7 @@ Name | Type | Description --------|---------|-------------- `repositories` | `array` of `strings` | **Required**. A list of arrays indicating which repositories should be migrated. `lock_repositories`|`boolean` | Indicates whether repositories should be locked (to prevent manipulation) while migrating data. Default: `false`. +`exclude_attachments`|`boolean` | Indicates whether attachments should be excluded from the migration (to reduce migration archive file size). Default: `false`. ### Example diff --git a/lib/resources.rb b/lib/resources.rb index 8ec37cb836..aadd0737c6 100644 --- a/lib/resources.rb +++ b/lib/resources.rb @@ -926,6 +926,7 @@ def fetch_content(key) "guid" => "0b989ba4-242f-11e5-81e1-c7b6966d2516", "state" => "pending", "lock_repositories" => true, + "exclude_attachments" => false, "url" => "https://api.github.com/orgs/octo-org/migrations/79", "created_at" => "2015-07-06T15:33:38-07:00", "updated_at" => "2015-07-06T15:33:38-07:00", pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy