mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 13:27:31 -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';
|
||||
properties = [
|
||||
{
|
||||
displayName: 'Server Token',
|
||||
displayName: 'Server API Token',
|
||||
name: 'serverToken',
|
||||
type: 'string' as NodePropertyTypes,
|
||||
default: '',
|
||||
|
|
Loading…
Reference in a new issue