Skip to content
Snippets Groups Projects
Unverified Commit 39122ea4 authored by James Lopez's avatar James Lopez
Browse files

update docs

parent 17e5ef4b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -40,7 +40,7 @@ curl --request POST --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" -F "path=api-
 
## Import status
 
Get the status of export.
Get the status of an import.
 
```http
GET /projects/:id/import
Loading
Loading
@@ -54,7 +54,9 @@ GET /projects/:id/import
curl --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" https://gitlab.example.com/api/v4/projects/1/import
```
 
Status can be one of `none`, `started`, or `finished`.
Status can be one of `none`, `scheduled`, `failed`, `started`, or `finished`.
If the status is `failed`, it will include the import error message.
 
```json
{
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment