Knowledge Base
Verify Answer Library entry
Mark an Answer Library entry as verified. Stamps lastVerifiedAt to the
current time; the entry’s question, answer, tags, owner, and expiration
are left unchanged.
POST
Verify Answer Library entry
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
The expiration date in ISO 8601 format. If omitted, falls back to the configured review cadence.
Example:
"2025-12-31T00:00:00.000Z"
Response
200 - application/json
Ok
Previous
List Knowledge Base resourcesList Knowledge Base resources (documents and webpages) in a single
paginated response. Each entry is a discriminated union on `type` —
"FILE" entries carry a `fileUrl` (presigned S3 URL, valid for one
hour), "URL" entries carry the resource's `url` and `includeSubPages`.
Supports full-text search, type filtering, tag filtering (OR within
a category, AND across categories), and date-range filters on
last-updated and expiration.
Next
Verify Answer Library entry