docs(auth): protocol Field 설명 보강
Res_CreateAccount.su_id 등 빈 Field 에 description 추가 → Swagger 노출. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
26b8634c3a
commit
3b08c26908
@ -34,7 +34,7 @@ class Req_CreateAccount(AuthProtocol):
|
||||
|
||||
|
||||
class Res_CreateAccount(Res_WebPacketProtocol):
|
||||
su_id: str = ""
|
||||
su_id: str = Field("", description="생성된 유저 식별자(uuid)")
|
||||
|
||||
|
||||
class Res_RefreshToken(Res_WebPacketProtocol):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user