Path parameters

  • postId integer(int64) Required

Responses

  • 200 */*

    OK

    Hide response attributes Show response attributes object
    • message string
    • data integer(int64)
GET /{postId}/likes/count
curl \
 --request GET 'http://localhost:8080/{postId}/likes/count'
Response examples (200)
{
  "message": "string",
  "data": 42
}