I want to get pipelines of a project using this GET
request:
https://my-company.com/api/v4/projects/2080/pipelines
The response is:
{
"message": "404 Project Not Found"
}
Although the project exists and I definitely use the correct project id.
We use GitLab Enterprise Edition 11.9.0-ee
. Any hints?