Confluence.js - Cloud and Server API library
    Preparing search index...

    Interface ContentTemplateUpdate

    This object is used to update content templates.

    interface ContentTemplateUpdate {
        body: ContentBodyCreate;
        description?: string;
        labels?: Label[];
        name: string;
        space?: { key: string };
        templateId: string;
        templateType: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string

    A description of the template.

    labels?: Label[]

    Labels for the template.

    name: string

    The name of the template. Set to the current name if this field is not being updated.

    space?: { key: string }

    The key for the space of the template. Required if the template is a space template. Set this to the current space.key.

    templateId: string

    The ID of the template being updated.

    templateType: string

    The type of the template. Set to page.