---
title: "Update Trust Center document"
method: PATCH
path: "/trust-centers/{slugId}/resources/{resourceId}"
tags: ["Trust Centers"]
---

# Update Trust Center document

`PATCH /trust-centers/{slugId}/resources/{resourceId}`

Updates a specific document on a Trust Center.

## Path parameters

- `slugId` string, required
- `resourceId` string, required

## Request body

- EditTrustCenterResourceInput
  - `title` string — Title of the Trust Center document.
  - `isPublic` boolean — Boolean determining whether the document is publicly available.
  - `description` string — Description of the uploaded document.

## Response `200`

Ok

- TrustCenterResource
  - `id` string, required — Unique identifier for the document.
  - `fileName` string, nullable, required — The file name of the document.
  - `title` string, required — The document's title.
  - `description` string, nullable, required — The document's description
  - `mimeType` string, required — Mime type of the document.
  - `creationDate` string, date-time, required — Date of when the document was uploaded.
  - `updatedDate` string, date-time, required — Date when the document was last updated.
  - `isPublic` boolean, required — Boolean determining whether the document is publicly available.

---

[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)
