From 226edff3ca4cfe596de04b59a4d7f576e173f8b1 Mon Sep 17 00:00:00 2001 From: Roman Blanco Date: Mon, 23 Oct 2023 16:19:49 +0000 Subject: [PATCH] docs: correct documentation after format change https://github.com/RedHatInsights/insights-rbac/pull/922 --- docs/source/management/role.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/management/role.rst b/docs/source/management/role.rst index b8ac83b6..595a27f2 100644 --- a/docs/source/management/role.rst +++ b/docs/source/management/role.rst @@ -54,7 +54,7 @@ While you can specify resources individually you can also specify a multiple res "attributeFilter": { "key": "uuid", "operation": "in", - "value": "39c8cecd-e595-46fb-8908-13365d59d5e8,9928e33b-e28f-4e82-b996-12e222f08098" + "value": ["39c8cecd-e595-46fb-8908-13365d59d5e8", "9928e33b-e28f-4e82-b996-12e222f08098"] } } ]