Skip to content

Commit

Permalink
Rebuild schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavcs committed Nov 20, 2024
1 parent 725c120 commit df850ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/api/schema/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit df850ac

Please sign in to comment.