Retrieve a project alias
GET
/api/v4/project_aliases/{name}
Retrieves details of a specified project alias.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” name
required
string
The alias of the project
Responses
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