Skip to main content
PATCH
Update Template
Update a custom template’s title or desc — only the fields you send are changed. Eka default templates cannot be modified.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

template_id
string
required

Template ID returned by Create Template

Example:

"tpl_7d1a2b3c4d5e"

Body

application/json
title
string
desc
string

Updated template instructions (plain text or markdown).

Response

Template updated

msg
string