From 26f37499efc228d439e355eac6a78dab4545403f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petra=20C=CC=8Ci=CC=81halova=CC=81?= Date: Thu, 29 Feb 2024 15:53:28 +0100 Subject: [PATCH] open api specification update for /groups/{uuid}/principals/ endpoint and 'service_account_client_ids' param - descriptin and example update --- docs/source/specs/openapi.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/specs/openapi.json b/docs/source/specs/openapi.json index 7a72df6f..d6fdc794 100644 --- a/docs/source/specs/openapi.json +++ b/docs/source/specs/openapi.json @@ -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" } }, {