---
title: "createStoryLike"
method: POST
path: "/stories/{story}/likes"
tags: ["Like"]
---

# createStoryLike

`POST /stories/{story}/likes`

Create a Like for the specified Story

## Path parameters

- `story` integer, required

## Request body

- LikeFillableStory
  - `member_id` integer — Primary identifier of associated Member
  - `likeable_id` integer, nullable — Primary identifier of the Entity for which the Like was created
  - `likeable_type` string, nullable — Type of the Entity for which the Like was created

## Response `200`

Success

- LikeStory
  - `id` integer — Primary identifier of record
  - `member_id` integer — Primary identifier of associated Member
  - `liker_name` string — The full name of the Member who made the Like
  - `likeable_id` integer, nullable — Primary identifier of the Entity for which the Like was created
  - `likeable_type` string, nullable — Type of the Entity for which the Like was created
  - `created_at` string, date-time — Date/time of initial record creation
  - `updated_at` string, date-time — Date/time of last record update

## Other responses

- `403` — Requester is not authorized to perform action
- `404` — Story not found

---

[API](https://skmtc.net/gofundme/apis/gofundme-pro-api.md) · [All operations](https://skmtc.net/gofundme/apis/gofundme-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gofundme/gofundme-pro-api/versions/d22bb925eeed/schema)
