v1

latestOpenAPI 3.0.1Vanta Terms of Service2026-07-26327517821.8 KB
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

expirationDatestring

The expiration date in ISO 8601 format. If omitted, falls back to the configured review cadence.

Example request

{
  "expirationDate": "2025-12-31T00:00:00.000Z"
}

Response

Ok

OR