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
myId가 consumerId를 팔로우 한다
POST
/api/consumer/follow
{ "Content-Type": "application/json; charset=utf-8" }
{ "consumerId": "consumer8", "myId": "consumer3", "isFollow": true }
201 Created
{ "success": true, "message": "성공했습니다", "result": { "followerUpdate": "UPDATED", "followingUpdate": "UPDATED" } }
The text was updated successfully, but these errors were encountered:
yeeeun0514
No branches or pull requests
API
팔로우하기
myId가 consumerId를 팔로우 한다
Request
POST
/api/consumer/follow
Response
201 Created
The text was updated successfully, but these errors were encountered: