mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 04:04:06 -08:00
⚡ Add scope to PagerDuty (#2539)
This commit is contained in:
parent
76d79a6256
commit
4adb9b83c5
|
@ -33,7 +33,7 @@ export class PagerDutyOAuth2Api implements ICredentialType {
|
|||
displayName: 'Scope',
|
||||
name: 'scope',
|
||||
type: 'hidden',
|
||||
default: '',
|
||||
default: 'write',
|
||||
},
|
||||
{
|
||||
displayName: 'Authentication',
|
||||
|
|
Loading…
Reference in a new issue