---
title: "updateFAQ"
method: PUT
path: "/faqs/{faq}"
tags: ["FAQ"]
---

# updateFAQ

`PUT /faqs/{faq}`

Update a FAQ

## Path parameters

- `faq` integer, required

## Request body

- FAQFillable
  - `answer` string, string — FAQ Answer Body
  - `question` string, string — FAQ Body
  - `tag` 'tax' | 'other', nullable — Tags assigned to the FAQ
  - `weight` integer — Identify the importance of this Question when sorting

## Response `200`

Success

- FAQ
  - `answer` string, string — FAQ Answer Body
  - `campaign_id` integer — Primary identifier of the associated Campaign
  - `created_at` string, date-time — Date/time of initial record creation
  - `id` integer — Primary identifier of record
  - `organization_id` integer — Primary identifier of associated Organization
  - `question` string, string — FAQ Body
  - `tag` 'tax' | 'other', nullable — Tags assigned to the FAQ
  - `updated_at` string, date-time — Date/time of last record update
  - `weight` integer — Identify the importance of this Question when sorting

## Other responses

- `400` — Malformed request made
- `403` — Requester is not authorized to perform action
- `404` — FAQ 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)
