From 3ab361abfc163a82bb229e903dc61e71402e4321 Mon Sep 17 00:00:00 2001 From: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com> Date: Thu, 18 Apr 2024 18:35:38 +0300 Subject: [PATCH] Chore: Update swagger (#86523) * Chore: Update swagger --- public/api-enterprise-spec.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/public/api-enterprise-spec.json b/public/api-enterprise-spec.json index 3f7b9bb95f0..e506c1d1ca6 100644 --- a/public/api-enterprise-spec.json +++ b/public/api-enterprise-spec.json @@ -48,7 +48,7 @@ }, "/access-control/roles": { "get": { - "description": "Gets all existing roles. The response contains all global and organization local roles, for the organization which user is signed in.\n\nYou need to have a permission with action `roles:read` and scope `roles:*`.", + "description": "Gets all existing roles. The response contains all global and organization local roles, for the organization which user is signed in.\n\nYou need to have a permission with action `roles:read` and scope `roles:*`.\n\nThe `delegatable` flag reduces the set of roles to only those for which the signed-in user has permissions to assign.", "tags": [ "access_control", "enterprise" @@ -60,6 +60,11 @@ "type": "boolean", "name": "delegatable", "in": "query" + }, + { + "type": "boolean", + "name": "includeHidden", + "in": "query" } ], "responses": {