---
title: "createUpdateLike"
method: POST
path: "/updates/{update}/likes"
tags: ["Like"]
deprecated: true
---

# createUpdateLike

`POST /updates/{update}/likes`

> **Deprecated.**

Create a Like for the specified Update

## Path parameters

- `update` integer, required

## Request body

- LikeFillableUpdate
  - `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

- LikeUpdate
  - `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` — Update 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)
