summaryrefslogtreecommitdiff
path: root/doc/api/import.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/import.md')
-rw-r--r--doc/api/import.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/import.md b/doc/api/import.md
index 27f5915b206..3a1edcb732d 100644
--- a/doc/api/import.md
+++ b/doc/api/import.md
@@ -1,7 +1,7 @@
---
stage: none
group: unassigned
-info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
+info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
---
# Import API
@@ -50,10 +50,10 @@ Example response:
Import your projects from Bitbucket Server to GitLab via the API.
-NOTE: **Note:**
+NOTE:
The Bitbucket Project Key is only used for finding the repository in Bitbucket.
You must specify a `target_namespace` if you want to import the repository to a GitLab group.
-If you do not specify `target_namespace`, the project will import to your personal user namespace.
+If you do not specify `target_namespace`, the project imports to your personal user namespace.
```plaintext
POST /import/bitbucket_server
@@ -71,7 +71,7 @@ POST /import/bitbucket_server
```shell
curl --request POST \
- --url https://gitlab.example.com/api/v4/import/bitbucket_server \
+ --url "https://gitlab.example.com/api/v4/import/bitbucket_server" \
--header "content-type: application/json" \
--header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" \
--data '{