update swagger implementation
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
/// <summary>Authenticated user profile returned by GET /api/v1/auth/me.</summary>
|
||||
public record UserProfileResponse(
|
||||
Guid Id,
|
||||
string Username,
|
||||
string FullName,
|
||||
string Role
|
||||
);
|
||||
Reference in New Issue
Block a user