Skip to main content
PATCH
/
trust-centers
/
{slugId}
/
faq-categories
/
{categoryId}
Update Trust Center FAQ category
curl --request PATCH \
  --url https://api.vanta.com/v1/trust-centers/{slugId}/faq-categories/{categoryId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'
{
  "id": "71a3b8d2ef904c1a6d5e7f30",
  "name": "Security"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

slugId
string
required
categoryId
string
required

Body

application/json
name
string
required

New name for the category.

Response

200 - application/json

Ok

id
string
required

Unique identifier for the FAQ category.

name
string
required

Name of the category.