From bface56aff4c8bc71636a99abe6fbb49481b43a7 Mon Sep 17 00:00:00 2001 From: John Davis Date: Sat, 2 Nov 2024 18:07:01 -0400 Subject: [PATCH] Rebuild schema --- client/src/api/schema/schema.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/api/schema/schema.ts b/client/src/api/schema/schema.ts index e1e708e0d568..90f8a30c16e9 100644 --- a/client/src/api/schema/schema.ts +++ b/client/src/api/schema/schema.ts @@ -4725,7 +4725,7 @@ export interface paths { }; /** * Get User Roles - * @description Return a collection of roles associated with this user. Only admins can see user roles. + * @description Return a list of roles associated with this user. Only admins can see user roles. */ get: operations["get_user_roles_api_users__user_id__roles_get"]; put?: never;