n8n-nodes-base
Version:
Base nodes of n8n
19 lines • 531 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PagerDutyApi = void 0;
class PagerDutyApi {
name = 'pagerDutyApi';
displayName = 'PagerDuty API';
documentationUrl = 'pagerduty';
properties = [
{
displayName: 'API Token',
name: 'apiToken',
type: 'string',
typeOptions: { password: true },
default: '',
},
];
}
exports.PagerDutyApi = PagerDutyApi;
//# sourceMappingURL=PagerDutyApi.credentials.js.map