Knowledge Base
Verify Knowledge Base resource
Mark a Knowledge Base resource (FILE or URL) as verified. Stamps lastVerifiedAt to the current time and resets expiresAt forward by the domain's configured review cadence; the resource's content (title, description, file or url, tags, owner) is left unchanged. Caller does not need to know the resource type — the persisted resourceType is used. Returns 404 when the id is unknown in the domain or — for FILE rows — when the underlying uploaded document has been deleted.
post/knowledge-base/resources/{id}/verify
Path parameters
idstring required
Request body
Example request
{
"expirationDate": "2025-12-31T00:00:00.000Z"
}Response
Ok