Docs: Incorrect example in project runners API
Problem to solve
https://docs.gitlab.com/api/runners/#list-projects-runners suggests the following examples:
GET /projects/:id/runners/all?status=online
GET /projects/:id/runners/all?paused=true
When I try to use these endpoints I get 404. I also can't find any examples online of anyone using them. This suggests that they don't actually exist and were likely erroneously copied from https://docs.gitlab.com/api/runners/#list-all-runners.
Further details
Proposal
I propose removing /all from these 2 examples.
Who can address the issue
It would be best if someone familiar with the source code could verify that these endpoints are not implemented.
Other links/references
Edited by 🤖 GitLab Bot 🤖