@apify/n8n-nodes-apify
Version:
n8n nodes for Apify
35 lines • 945 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.properties = void 0;
exports.properties = [
{
displayName: 'DELETE /v2/actor-tasks/{actorTaskId}',
name: 'operation',
type: 'notice',
typeOptions: {
theme: 'info',
},
default: '',
displayOptions: {
show: {
resource: ['Actor tasks'],
operation: ['Delete task'],
},
},
},
{
displayName: 'Actor Task Id',
name: 'actorTaskId',
required: true,
description: "Task ID or a tilde-separated owner's username and task's name",
default: 'janedoe~my-task',
type: 'string',
displayOptions: {
show: {
resource: ['Actor tasks'],
operation: ['Delete task'],
},
},
},
];
//# sourceMappingURL=properties.js.map