action #91710
closedopenQA API documentation mentions non-functional route /groups
Description
Observation¶
The openQA API documentation mentions (e.g. https://openqa.opensuse.org/not_found) mentions the route:
+/groups GET
but this route does not appear to work for me.
Could /job_groups
be meant instead here?
Updated by mkittler over 3 years ago
There's no /groups
mentioned in that list under /api/v1
. There are only routes for comments, e.g. POST
/api/v1/groups/<group_id:num>/comments
. Note that /groups
within /admin
corresponds to a web UI page, e.g. https://openqa.opensuse.org/admin/groups.
Updated by okurz over 3 years ago
- Description updated (diff)
- Category set to Support
- Target version set to Ready
Updated by openqa_review over 3 years ago
- Due date set to 2021-05-11
Setting due date based on mean cycle time of SUSE QE Tools
Updated by dancermak over 3 years ago
mkittler wrote:
There's no
/groups
mentioned in that list under/api/v1
. There are only routes for comments, e.g.POST
/api/v1/groups/<group_id:num>/comments
. Note that/groups
within/admin
corresponds to a web UI page, e.g. https://openqa.opensuse.org/admin/groups.
Ah, ok, that makes sense. I thought that everything on that page are API routes and missed that it also contains routes of the web ui.