For the complete documentation index, see llms.txt. This page is also available as Markdown.

patchSelfServiceCenterTemplateVersion

Applies a unified diff and saves an unpublished Self Service Center V2 template version.

Arguments

Argument
Description

Parameters for PatchSelfServiceCenterTemplateVersion

PatchSelfServiceCenterTemplateVersionInput Arguments

Argument
Description

templateFileName (String!)

The file name of the template to patch (e.g. dashboard.liquid).

patch (String!)

A unified diff patch to apply to the current template body.

title (String)

An optional human-readable title for the saved template version.

expectedBaseVersion (Int!)

The latest saved template version number the patch was generated from. Use 0 when there is no saved version.

Return fields

selfServiceCenterTemplate (SelfServiceCenterTemplate)

selfServiceCenterTemplateVersion (SelfServiceCenterTemplateVersion)

Last updated

Was this helpful?