List all transferable namespaces for a project
GET
/api/v4/projects/{id}/transfer_locations
Lists all namespaces where a specified project can be transferred.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ”Query Parameters
Section titled “ Query Parameters ” search
string
Return list of namespaces matching the search criteria
Example
search page
integer
Current page number
Example
1 per_page
integer
Number of items per page
Example
20Responses
Section titled “ Responses ”OK
Media type application/json
object
id
integer format: int64
web_url
string
name
string
avatar_url
string
full_name
string
full_path
string
Example
{ "web_url": "http://gitlab.example.com/groups/diaspora", "name": "Diaspora", "avatar_url": "http://gitlab.example.com/uploads/group/avatar/1/avatar.png", "full_name": "Foobar Group", "full_path": "foo-bar"}Bad Request
Unauthenticated
Not Found