@apify/n8n-nodes-apify
Version:
n8n nodes for Apify
34 lines • 828 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.properties = void 0;
exports.properties = [
{
displayName: 'GET /v2/actor-runs/{runId}',
name: 'operation',
type: 'notice',
typeOptions: {
theme: 'info',
},
default: '',
displayOptions: {
show: {
resource: ['Actor runs'],
operation: ['Get run'],
},
},
},
{
displayName: 'Run Id',
name: 'runId',
required: true,
default: '3KH8gEpp4d8uQSe8T',
type: 'string',
displayOptions: {
show: {
resource: ['Actor runs'],
operation: ['Get run'],
},
},
},
];
//# sourceMappingURL=properties.js.map