-
Notifications
You must be signed in to change notification settings - Fork 0
칭찬수정
황규철 edited this page Apr 16, 2022
·
1 revision
메소드 | 경로 | 설명 |
---|---|---|
PUT | /character/:usrChrIdx/comment | 칭찬 수정 |
PARAMETER : usrChrIdx = 캐릭터 인덱스
ex) /character/1/comment
Content-Type: application/json
Header: jwt token
{
"usrChrCmtIdx": 1, => 칭찬 인덱스
"comment": "칭찬1-수정",
"tag": ["태그1-1 수정", "태그1-2 수정"]
}
{
"status": 200,
"success": true,
"message": "사용자 칭찬 수정 성공"
}