Update Answer Library entry
Update an Answer Library entry.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
The question text.
"Do you encrypt customer data at rest?"
The answer text.
"Yes. All customer data is encrypted at rest using AES-256, with keys managed in AWS KMS."
The actor to assign as owner. Pass null to clear. Currently only type
"User" is supported.
The expiration date in ISO 8601 format. Pass null to clear.
"2025-12-31T00:00:00.000Z"
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
Ok