Skip to content

Commit

Permalink
docs: correct documentation after format change
Browse files Browse the repository at this point in the history
  • Loading branch information
romanblanco committed Oct 23, 2023
1 parent 91b58a4 commit 226edff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/management/role.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
}
]
Expand Down

0 comments on commit 226edff

Please sign in to comment.