Path parameters

  • postId integer(int64) Required

Responses

  • 200 */*

    OK

    Hide response attributes Show response attributes object
    • message string
    • data boolean
POST /{postId}/likes
curl \
 --request POST 'http://localhost:8080/{postId}/likes'
Response examples (200)
{
  "message": "string",
  "data": true
}