-
Notifications
You must be signed in to change notification settings - Fork 4
팔로우하기
Ji Yeon Kim edited this page Jan 9, 2019
·
4 revisions
지연
메소드 | 경로 | 짧은 설명 |
---|---|---|
POST | /user/{user_id}/follow | user_id를 팔로우 또는 언팔로우 |
Content-Type: application/json
Authorization: token
{
"status": 200,
"message": "팔로우/언팔로우 성공",
"data": null
}
{
"status": 401,
"message": "인증 실패",
"data": null
}
{
"status": 600,
"message": "데이터베이스 에러",
"data": null
}
{
"status": 500,
"message": "서버 내부 에러",
"data": null
}