Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 598 Bytes

[하트] 클립에게 하트 보내기.md

File metadata and controls

50 lines (29 loc) · 598 Bytes

하트 보내기

클립에게 하트를 쏩니다.

  • URL

    /heart/clip

  • Method:

    | POST |

  • URL Params

    Required:

    N/A

    Optional:

    N/A

  • Data Params

      {
        "clip_id": 2,
        "amount": 2000
      }

    Optional: N/A

  • Success Response:

    • Code: 200
      Content: { "okay" : true }
  • Error Response:

    • Code: HTTP_402_PAYMENT_REQUIRED
      Content: {"okay": false, "msg":"not enough hearts"},
  • Sample Call:

  • Notes: