Skip to main content
PATCH
Update a template

Authorizations

x-api-key
string
header
required

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

Path Parameters

template_slug
string
required

Body

application/json
name
string

New display name. Does not change the slug.

description
string | null

The template's knowledge / description. null clears it.

grouping
string | null

Free-text group label for the dashboard. null clears it.

columns
object[]

Full replacement of the column set.

Minimum array length: 1

Response

The updated template.

slug
string

Stable public identifier.

name
string
description
string | null
columns
object[]