---
title: "updateDonationMatchingPlan"
method: PUT
path: "/donation-matching-plans/{donation_matching_plan}"
tags: ["Donation Matching Plan"]
---

# updateDonationMatchingPlan

`PUT /donation-matching-plans/{donation_matching_plan}`

Update a Donation Matching Plan

## Path parameters

- `donation_matching_plan` integer, required

## Request body

- DonationMatchingPlan
  - `id` integer — Primary identifier of record
  - `campaign_id` integer — Primary identifier of associated Campaign
  - `currency_code` string — Currency in which the Donation Matching Plan matches donations. The currency cannot be modified after the DonationMatchingPlan is created.
  - `matching_limit_amount` number, nullable — Total amount in the Donation Matching Plan currency the sponsor is willing to match. 0 means unlimited.
  - `started_at` string, date-time, required — Date/time of the beginning of the sponsor's matching period
  - `ended_at` string, date-time, nullable — Date/time of the end of the sponsor's matching period. The value must be after the `started_at` value.
  - `business_name` string, required — Name of the sponsor. Will be displayed in feed items when matching donations
  - `timezone_identifier` string, required — Sponsor timezone
  - `matched_amount` integer — Total amount the sponsor has currently matched, in the currency of the Donation Matching Plan
  - `asset_id` integer, nullable — Primary identifier of sponsor thumbnail Asset which will be displayed in Feed Items
  - `created_at` string, date-time — Date/time of initial record creation
  - `updated_at` string, date-time — Date/time of last record update

## Response `200`

Success

- DonationMatchingPlan
  - `id` integer — Primary identifier of record
  - `campaign_id` integer — Primary identifier of associated Campaign
  - `currency_code` string — Currency in which the Donation Matching Plan matches donations. The currency cannot be modified after the DonationMatchingPlan is created.
  - `matching_limit_amount` number, nullable — Total amount in the Donation Matching Plan currency the sponsor is willing to match. 0 means unlimited.
  - `started_at` string, date-time, required — Date/time of the beginning of the sponsor's matching period
  - `ended_at` string, date-time, nullable — Date/time of the end of the sponsor's matching period. The value must be after the `started_at` value.
  - `business_name` string, required — Name of the sponsor. Will be displayed in feed items when matching donations
  - `timezone_identifier` string, required — Sponsor timezone
  - `matched_amount` integer — Total amount the sponsor has currently matched, in the currency of the Donation Matching Plan
  - `asset_id` integer, nullable — Primary identifier of sponsor thumbnail Asset which will be displayed in Feed Items
  - `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` — Donation Matching Plan 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/revisions/d22bb925eeed/schema)
