Commit cff037fd authored by Mark Fletcher's avatar Mark Fletcher

Confirm Project forking behaviour via the API

* It's unclear that the forking operation can still be ongoing
* `import_status` is available in Project Entity to determine status
parent e34e5761
---
title: Confirm Project forking behaviour via the API
merge_request:
author:
......@@ -551,6 +551,8 @@ Parameters:
Forks a project into the user namespace of the authenticated user or the one provided.
The forking operation for a project is asynchronous and is completed in a background job. The request will return immediately. To determine whether the fork of the project has completed, query the `import_status` for the new project.
```
POST /projects/:id/fork
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment