Skip to content

Commit

Permalink
Merge pull request RedHatInsights#1163 from petracihalova/internal-op…
Browse files Browse the repository at this point in the history
…enapi

[RHCLOUD-23970] add the system query param in the internal open api spec for the principals' groups endpoint
  • Loading branch information
petracihalova authored Aug 7, 2024
2 parents af1685a + 4c8f2a9 commit 8c1e2b7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions rbac/internal/specs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,15 @@
"modified"
]
}
},
{
"name": "system",
"in": "query",
"required": false,
"description": "Parameter for filtering resource by system flag.",
"schema": {
"type": "boolean"
}
}
],
"responses": {
Expand Down

0 comments on commit 8c1e2b7

Please sign in to comment.