GitLab API /issues_statistics
( https://docs.gitlab.com/ee/api/issues_statistics.html ) for GitLab 11 on-prem returns 404. Is there any settings to enable it?
Asked
Active
Viewed 142 times
0

wiradikusuma
- 1,930
- 4
- 28
- 44
1 Answers
0
You do not need to enable the API. Since you're getting a 404 this is likely an authorization/authentication problem. From the documentation you linked:
If a user is not a member of a project and the project is private, a GET request on that project will result to a 404 status code.
If you still have problems, please share the exact endpoint you're trying to use and make sure you're using the right personal access token.

Drew Blessing
- 2,595
- 11
- 16