@makehq/sdk
    Preparing search index...

    Type Alias UpdateTemplateBody

    Body for updating a template.

    type UpdateTemplateBody = {
        blueprint?: Omit<Blueprint, "scheduling" | "interface">;
        controller?: TemplateController;
        metadata?: { input_spec?: JSONValue; output_spec?: JSONValue };
        name?: string;
        scheduling?: Scheduling;
    }
    Index

    Properties

    blueprint?: Omit<Blueprint, "scheduling" | "interface">

    Updated blueprint configuration

    controller?: TemplateController

    Updated controller configuration

    metadata?: { input_spec?: JSONValue; output_spec?: JSONValue }

    Additional metadata, e.g. input_spec/output_spec for on-demand templates

    name?: string

    New name for the template

    scheduling?: Scheduling

    Updated scheduling configuration