---
title: "updateBillingDedication"
method: PUT
path: "/dedications/{dedication}"
tags: ["Dedication"]
---

# updateBillingDedication

`PUT /dedications/{dedication}`

Update a Dedication

## Path parameters

- `dedication` integer, required

## Request body

- DedicationFillable
  - `type` 'honor' | 'memory' — Description of Dedication's purpose
  - `honoree_name` string, nullable — Honoree's full name
  - `name` string — Dedication contact full name
  - `email_address` string — Email Address
  - `address` string — Dedication contact address
  - `city` string — Dedication contact city
  - `state` string — Dedication contact state
  - `postal_code` string — Dedication contact postal code
  - `country` string — Dedication contact country
  - `is_gift_amount_msg_included` boolean — Indicates whether the gift amount is to be displayed in communication
  - `ecard_message` string, nullable — Message added to Ecard
  - `first_name` string — Dedication contact first name
  - `last_name` string — Dedication contact last name
  - `honoree_first_name` string — Honoree's first name
  - `honoree_last_name` string — Honoree's last name

## Response `200`

Success

- Dedication
  - `id` integer — Primary identifier of record
  - `type` 'honor' | 'memory' — Description of Dedication's purpose
  - `transaction_id` integer — Primary identifier of associated Transaction
  - `honoree_name` string, nullable — Honoree's full name
  - `name` string — Dedication contact full name
  - `email_address` string — Email Address
  - `address` string — Dedication contact address
  - `city` string — Dedication contact city
  - `state` string — Dedication contact state
  - `postal_code` string — Dedication contact postal code
  - `country` string — Dedication contact country
  - `is_gift_amount_msg_included` boolean — Indicates whether the gift amount is to be displayed in communication
  - `ecard` Ecard
    - `asset_id` integer, nullable — Primary identifier of associated image file Asset
    - `campaign_id` integer — Primary identifier of associated Campaign
    - `id` integer — Primary identifier of record
    - `image_url` string — Public URL for the Ecard image
    - `is_deleted` boolean — Indicates whether Ecard has been deleted
    - `order` integer — Display order for listings. Impacts display in Classy.org
  - `ecard_id` integer, nullable — Primary identifier of associated Ecard
  - `ecard_message` string, nullable — Message added to Ecard
  - `first_name` string — Dedication contact first name
  - `last_name` string — Dedication contact last name
  - `honoree_first_name` string — Honoree's first name
  - `honoree_last_name` string — Honoree's last name
  - `updated_at` string, date-time — Date/time of last record update

## Other responses

- `403` — Requester is not authorized to perform action
- `404` — Dedication 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)
