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

PatchSelfServiceCenterTemplateVersionInput

Autogenerated input type of PatchSelfServiceCenterTemplateVersion

Fields

clientMutationId (String)

A unique identifier for the client performing the mutation.

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.

Last updated

Was this helpful?