Logo
Waktaverse Games Docs
프로필 API

사용자 프로필 수정

연동된 게임의 사용자 프로필 정보를 수정합니다.

PUT
/api/game-link/user/profile

Authorization

AuthorizationRequiredBearer <token>

In: header

Query Parameters

nicknameRequiredstring
Minimum length: 1Maximum length: 12
curl -X PUT "https://example.com/api/game-link/user/profile?nickname=string" \
  -H "Authorization: Bearer <token>"

수정 성공시.

{
  "id": 1,
  "name": "팬치",
  "profileImg": "https://phinf.pstatic.net/contact/20230203_106/.../image.png"
}