Skip to content

Commit

Permalink
Merge pull request RedHatInsights#1045 from petracihalova/spec-update
Browse files Browse the repository at this point in the history
updated schema in open api specification
  • Loading branch information
petracihalova authored Feb 29, 2024
2 parents ea166ac + cea75e9 commit b12e065
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/source/specs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1279,10 +1279,8 @@
"required": false,
"description": "By specifying a list of client IDs with this query parameter, RBAC will return an object with the specified client ID and it's matching boolean value to flag whether the client ID is present in the group or not. This query parameter cannot be used along with any other query parameter.",
"schema": {
"type": "array",
"items": {
"type": "string"
}
"type": "string",
"example": "e4b74850-b934-013c-244b-6aa2427b506c,7ef40690-b936-013c-244c-6aa2427b506c"
}
},
{
Expand Down

0 comments on commit b12e065

Please sign in to comment.