From 3c053adbb540f609013227d034f7776e523d157c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Fri, 18 Sep 2020 14:55:00 +0200 Subject: [PATCH] role api: fix description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit wrongly copy-pasted at some point Signed-off-by: Fabian Grünbichler --- src/api2/access/role.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api2/access/role.rs b/src/api2/access/role.rs index 745b64b9..2b4c6b82 100644 --- a/src/api2/access/role.rs +++ b/src/api2/access/role.rs @@ -14,7 +14,7 @@ use crate::config::acl::{Role, ROLE_NAMES, PRIVILEGES}; type: Array, items: { type: Object, - description: "User name with description.", + description: "Role with description and privileges.", properties: { roleid: { type: Role,