List all project aliases
GET
/api/v4/project_aliases
Lists all project aliases for the instance.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “ Query Parameters ” 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
project_id
integer format: int64
name
string
Example
{ "id": 1, "project_id": 1, "name": "gitlab"}Bad Request
Forbidden
Not found