interface NetlifyNodeParameters {
additionalFields?: {
branch?: string;
title?: string;
};
deployId?: string;
limit?: number;
operation?: | "create"
| "get"
| "getAll"
| "delete"
| "cancel";
resource?: "site"
| "deploy";
returnAll?: boolean;
siteId?: string;
}
Properties§
Source§readonly limit?: number
readonly limit?: number
Max number of results to return Default: 50 Type options: {"minValue":1,"maxValue":200}
Source§readonly site Id?: string
readonly site Id?: string
Enter the Site ID. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getSites"}
Default: {}