---
title: "updateTheme"
method: PUT
path: "/themes/{theme}"
tags: ["Theme"]
---

# updateTheme

`PUT /themes/{theme}`

Update existing Theme for a Campaign

## Path parameters

- `theme` string, required

## Request body

- ThemeFillable
  - `campaign_id` integer — Primary identifier of Campaign
  - `styles` object, nullable — Theme properties like style, pages, type, etc

## Response `200`

Success

- Theme
  - `id` string — Primary identifier of Theme
  - `created_at` string, date-time — Date/time of initial Theme creation
  - `updated_at` string, date-time — Date/time of Theme last updated
  - `campaign_id` integer — Primary identifier of Campaign
  - `styles` object, nullable — Theme properties like style, pages, type, etc

## Other responses

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