latestOpenAPI 3.0.12026-08-16171142480.4 KB

ff1699330afa

Account API

Set or clear the applied-template marker for an account

Sets or clears the three apply-marker columns on the account (accountTemplate1, appliedTemplateRevision, appliedTemplateMeta). Pass an empty body / null templateId to clear the link.

put/rest/api/v1/accounts/{accountId}/appliedTemplate

Path parameters

accountIdstring uuid required

Request body

metaJsonNode

Full template payload. Includes a schemaVersion discriminator describing its JSON shape; older versions are migrated transparently on read.

templateIdstring uuid nullable

Template to link this account to. Send null to clear the existing link.

templateRevisioninteger nullable

Revision of the template that was applied. Required when templateId is set.

Response

No Content