Skip to main content
POST
Touch Form Template

Authorizations

Authorization
string
header
required

API key authentication. Send your raw API key as the Authorization header value with NO scheme prefix — Authorization: YOUR-API-KEY. Do NOT prefix it with Bearer or ApiKey, and do not use an X-API-Key header; those are not accepted.

Path Parameters

companyId
string<uuid>
required

Company identifier

number
string
required

The form template's stable FM-XXXX number (as returned by the Upload Form Template endpoint). It identifies the template across all of its versions and is the same value forms-logic rules reference.

Response

The touch outcome. changed is true when the template's current version had legacy anchors that were converged.

number
string
required

The touched template's stable FM-XXXX number.

changed
boolean
required

True when the touch rewrote the template's current version; false when it was already up to date.

renamedTags
string[]
required

The legacy smart-tag identities that were converged to the hashed format, one entry per unique identity. Empty when the template was already converged.