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>2020-10-28 06:08:41 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-10-28 06:08:41 +0300
commita22f031743db01e51ee4f85c3368aa21cf8ac729 (patch)
tree58b4aabab8e8acfd684b63b05da2cd2cb6a177a6 /doc/api/import.md
parentd690a8d62bc0abd5ab937822ff7a1b9f1e7b1a91 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/import.md')
-rw-r--r--doc/api/import.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/import.md b/doc/api/import.md
index 17abb90d8e7..691e042084e 100644
--- a/doc/api/import.md
+++ b/doc/api/import.md
@@ -14,6 +14,7 @@ POST /import/github
| `repo_id` | integer | yes | GitHub repository ID |
| `new_name` | string | no | New repository name |
| `target_namespace` | string | yes | Namespace to import repository into. Supports subgroups like `/namespace/subgroup`. |
+| `github_hostname` | string | no | Custom GitHub enterprise hostname. Defaults to GitHub.com if `github_hostname` is not set. |
```shell
curl --request POST \