Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-01-12 00:09:40 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-01-12 00:09:40 +0300
commit213f46f188c29e9c442df61530110e172a7e819e (patch)
tree8544300e523c4e8cc3955406fa58e2d4b8ded773 /doc/api/import.md
parent33f7ef81fd6bcab7bbdf0bc3f37d337256fb11fb (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/import.md')
-rw-r--r--doc/api/import.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/import.md b/doc/api/import.md
index 057beefaf20..ed72a2fa38a 100644
--- a/doc/api/import.md
+++ b/doc/api/import.md
@@ -127,6 +127,8 @@ ask an administrator to [enable the feature flag](../administration/feature_flag
You can use the GitLab API to import personal GitHub gists (with up to 10 files) into personal GitLab snippets.
GitHub gists with more than 10 files are skipped. You should manually migrate these GitHub gists.
+If any gists couldn't be imported, an email is sent with a list of gists that were not imported.
+
```plaintext
POST /import/github/gists
```