Skip to main content
PATCH
Replace customer knowledge

Authorizations

x-api-key
string
header
required

Your Vern API key. Create one at Settings → API keys.

Path Parameters

migration_id
string<uuid>
required

The migration ID returned by Create a migration.

Body

application/json
knowledge
string | null
required

Replaces the whole document. Empty string clears it.

if_unmodified_since
string

The updated_at you last read. Supply it to get 412 instead of silently overwriting a concurrent change.

Response

Knowledge updated.

migration_id
string
knowledge
string | null
updated_at
string | null