---
title: "Update Trust Center FAQ"
method: PATCH
path: "/trust-centers/{slugId}/faqs/{faqId}"
tags: ["Trust Centers"]
---

# Update Trust Center FAQ

`PATCH /trust-centers/{slugId}/faqs/{faqId}`

Update a specific FAQ on the Trust Center by ID.

## Path parameters

- `slugId` string, required
- `faqId` string, required

## Request body

- AddOrEditTrustCenterFaqInput
  - `question` string, required — The FAQ question.
  - `answer` string, required — The FAQ answer.
  - `categoryId` string, nullable — The category to place this FAQ in. Pass null to move to uncategorized. Omit to leave unchanged (on update) or default to uncategorized (on create).

## Response `200`

Ok

- TrustCenterFaq
  - `id` string, required — Unique identifier for the Trust Center FAQ.
  - `question` string, required — The FAQ question.
  - `answer` string, required — The FAQ answer.
  - `category` TrustCenterFaqCategory, required
    - `id` string, required — Unique identifier for the FAQ category.
    - `name` string, required — Name of the category.

---

[API](https://skmtc.net/vanta/apis/build-integrations.md) · [All operations](https://skmtc.net/vanta/apis/build-integrations/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vanta/build-integrations/versions/6c1f7590538b/schema)
