fix(Zendesk Node): Fix issue with group assignment not working (#6501)

This commit is contained in:
Jon
2023-06-21 16:19:29 +01:00
committed by GitHub
parent 044c710a8e
commit 772ed7ff10
3 changed files with 6 additions and 3 deletions

View File

@@ -34,6 +34,9 @@ export class ZendeskApi implements ICredentialType {
name: 'apiToken',
type: 'string',
default: '',
typeOptions: {
password: true,
},
},
];