Documented API request missing: GET /projects/all
Closed
Documented API request missing: GET /projects/all
Created by: ghost
UPDATE: Updated gitlab-shell to 1.7.9 and now it seems to work. +++++++++++
In the API Documentation there is the request "GET /projects/all" for admins only to get all existing projects (http://api.gitlab.org/projects.html).
But it gives an "404 - Page not found" error if you request the api with an valid admin private-key as parameter (.../api/v3/projects/all?private-key=...).
I can't find anything related to the functionality described in the documentation in the API source code (gitlabhq/lib/api/projects.rb) .
I tried 6.2-stable and the current master branch 6.3.0.pre 186e8ad9
Please register or sign in to reply