Commit acdd1bf7 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch '28607-forking-and-configuring-project-via-api-works-very-unreliable' into 'master'

Confirm Project forking behaviour via the API

Closes #28607

See merge request !11931
parents abc61f26 cff037fd
---
title: Confirm Project forking behaviour via the API
merge_request:
author:
......@@ -415,6 +415,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