mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
Credentials name to Server API Token
This commit is contained in:
parent
87b67d6670
commit
d74e59801a
|
@ -9,7 +9,7 @@ export class PostmarkApi implements ICredentialType {
|
||||||
displayName = 'Postmark API';
|
displayName = 'Postmark API';
|
||||||
properties = [
|
properties = [
|
||||||
{
|
{
|
||||||
displayName: 'Server Token',
|
displayName: 'Server API Token',
|
||||||
name: 'serverToken',
|
name: 'serverToken',
|
||||||
type: 'string' as NodePropertyTypes,
|
type: 'string' as NodePropertyTypes,
|
||||||
default: '',
|
default: '',
|
||||||
|
|
Loading…
Reference in a new issue