Skip to main content
PATCH
Update Answer Library entry

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Body

application/json
question
string

The question text.

Example:

"Do you encrypt customer data at rest?"

answer
string

The answer text.

Example:

"Yes. All customer data is encrypted at rest using AES-256, with keys managed in AWS KMS."

ownerAssignment
object | null

The actor to assign as owner. Pass null to clear. Currently only type "User" is supported.

expirationDate
string | null

The expiration date in ISO 8601 format. Pass null to clear.

Example:

"2025-12-31T00:00:00.000Z"

tags
object[]

Tags to associate with the entry. Replaces the existing tag set. Pass [] to clear all tags. Discover valid categoryId and tagId values via GET /v1/customer-trust/tag-categories (to list categories) and GET /v1/customer-trust/tag-categories/{tagCategoryId} (to list tags within a category).

Response

200 - application/json

Ok

id
string
required
question
string
required
answer
string
required
expirationStatus
enum<string>
required
Available options:
CURRENT,
EXPIRED
ownerAssignment
object | null
required
expirationDate
string | null
required
lastUpdated
string
required
lastVerified
string | null
required
tags
object[]
required