We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
POST
/api/consumer/profile/update
{ "Content-Type": "application/json; charset=utf-8" }
{ "consumerId": "consumer2", "nickName": "G구본", "content": "G구본의 잡학다식", "photoUrl": "/healthcheck.png", "upDt": "2023-11-07" }
201 Created
{ "success": true, "message": "성공했습니다", "result": { "profileUpdate": "UPDATED" } }
The text was updated successfully, but these errors were encountered:
yeeeun0514
No branches or pull requests
API
프로필 수정
Request
POST
/api/consumer/profile/update
Response
201 Created
The text was updated successfully, but these errors were encountered: