interface UpdateStackRequest {
    body: {
        additionalResources?: {
            kind: string;
            resourceID: string;
            templateMetaName?: string;
        }[];
        description?: string;
        name?: string;
        templateURLs?: string[];
    };
    stack_id: string;
}

Properties

Properties

body: {
    additionalResources?: {
        kind: string;
        resourceID: string;
        templateMetaName?: string;
    }[];
    description?: string;
    name?: string;
    templateURLs?: string[];
}

The stack to update.

stack_id: string

The identifier of the stack.

MMNEPVFCICPMFPCPTTAAATR