Skip to main content
PATCH
/
projects
/
{id}
Update Project
curl --request PATCH \
  --url https://api.politicalcomms.com/v1/projects/{id} \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "name": "Spring Outreach (revised)",
  "message_text": "Hi {first_name}, early voting starts Monday. Learn more: {link}",
  "media_ids": []
}
'
{
  "success": true,
  "data": {
    "id": "proj_abc123",
    "name": "Spring Outreach (revised)",
    "status": "draft",
    "message_text": "Hi {first_name}, early voting starts Monday. Learn more: {link}",
    "updated_at": "2026-03-21T09:30:00Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.politicalcomms.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Authenticate every request by passing your API key in the X-API-Key header. Keys are scoped to your organization hierarchy.

Path Parameters

id
string
required

Resource ID

Body

application/json
name
string
message_text
string
media_ids
string[]
phone_number_id
string
suppression_list_ids
string[]

Response

Project updated