diff --git a/client/src/api/schema/schema.ts b/client/src/api/schema/schema.ts index 7da851a70511..abc681fb8ca3 100644 --- a/client/src/api/schema/schema.ts +++ b/client/src/api/schema/schema.ts @@ -4804,7 +4804,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;