Skip to content

[POST] 친구 요청

Gyunny edited this page Jun 10, 2021 · 6 revisions
메소드 경로 설명
POST /api/v2/friend/{friendId}/request 친구 요청

스크린샷 2021-06-10 오후 1 57 54

Request Header

{
    "Content-Type": "application/json",
    "accessToken": "[토큰]"
}

Response

< Success >

{
    "status": 201,
    "message": "팔로우 요청 성공입니다.",
    "data": null
}

< Fail >

  • 서버 에러
{
    "message": "Server Error",
    "status": 500,
    "errors": [],
    "code": "C004"
}