You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"/groups": {
"get": {
"summary": "Get all rule groups and their relevant information",
"description": "This simply redirects to an endpoint of the same name of a service called insights-operator-service",
"parameters": [],
"operationId": "getRuleGroups",
"responses": {
"302": {
"description": "Found redirect: response containing all rule groups",
"content": {
"text/plain": {}
}
},
The text was updated successfully, but these errors were encountered:
/groups
endpoint has response 302 but in fact it returns 200 and it should fully be copied from https://github.com/RedHatInsights/insights-content-service/blob/master/openapi.json#L14The text was updated successfully, but these errors were encountered: