Skip to content

Commit

Permalink
open api specification update for /groups/{uuid}/principals/ endpoint…
Browse files Browse the repository at this point in the history
… and 'service_account_client_ids' param - descriptin and example update
  • Loading branch information
petracihalova committed Feb 29, 2024
1 parent cea75e9 commit 26f3749
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/specs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1277,10 +1277,9 @@
"in": "query",
"name": "service_account_client_ids",
"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.",
"description": "By specifying a comma separated 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": "string",
"example": "e4b74850-b934-013c-244b-6aa2427b506c,7ef40690-b936-013c-244c-6aa2427b506c"
}
},
{
Expand Down

0 comments on commit 26f3749

Please sign in to comment.