API ReferenceCampaigns
Update Campaign
Update campaign fields.
PATCH /api/campaigns/{id}
Partially update a campaign. All fields are optional.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Campaign ID |
Request Body
All fields optional. Only provided fields are updated.
| Field | Type | Description |
|---|---|---|
title | string | Campaign title |
slug | string | URL slug (must be unique within org) |
status | string | One of: draft, active, paused, ended |
goalAmountCents | integer | Goal in cents |
description | string | Description |
Response
Returns the updated campaign object.
Last updated on 4/5/2026