fix(Webflow Node): Update scopes to include forms (#10554)

This commit is contained in:
oscarpedrero 2024-09-09 15:08:25 +02:00 committed by GitHub
parent f682318db0
commit d3861b31ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,7 @@ export class WebflowOAuth2Api implements ICredentialType {
displayName: 'Scope',
name: 'scope',
type: 'hidden',
default: '={{$self["legacy"] ? "" : "cms:read cms:write sites:read"}}',
default: '={{$self["legacy"] ? "" : "cms:read cms:write sites:read forms:read"}}',
},
{
displayName: 'Auth URI Query Parameters',