diff --git a/doc/api/import.md b/doc/api/import.md
index aa6324ced3ab3085de68faafd17536f7b2596558..1b16471d5a0363548598ae1cd2ec7d78333b8110 100644
--- a/doc/api/import.md
+++ b/doc/api/import.md
@@ -253,8 +253,8 @@ curl --request POST \
   --data '{
     "bitbucket_username": "bitbucket_username",
     "bitbucket_app_password": "bitbucket_app_password",
-    "repo_path": "username/my_project"
-    "target_namespace": "my_group/my_subgroup"
+    "repo_path": "username/my_project",
+    "target_namespace": "my_group/my_subgroup",
     "new_name": "new_project_name"
 }'
 ```