42-PINTING / BE-PINTING-gateway

0 stars 0 forks source link

[API] /posts/like/{postId} #15

Open contemplation-person opened 3 months ago

contemplation-person commented 3 months ago

목적

게시물에 좋아요 누르기

API 범위

board

JWT header 포함 여부

포함

API 방식 및 주소

[Post] http://server/api/posts/like/{postId}

API request

없음.

API response code

백이 정해서 적어주세요. 200 번대 400 번대

API response

// 성공
{
  "status": "ok"
}
// 실패
{
  "status": "fail"
}

✅ To-do

기타