Improvements

This commit is contained in:
ricardo
2020-05-01 19:46:02 -04:00
parent d57d457148
commit cb476069bd
5 changed files with 349 additions and 31 deletions

View File

@@ -12,11 +12,12 @@ export class SurveyMonkeyApi implements ICredentialType {
name: 'accessToken',
type: 'string' as NodePropertyTypes,
default: '',
description: `The access token must have the following scopes:</br>
- Create/modify webhooks</br>
- View webhooks</br>
- View surveys</br>
- View collectors</br>
description: `The access token must have the following scopes:</br />
- Create/modify webhooks</br />
- View webhooks</br />
- View surveys</br />
- View collectors</br />
- View responses<br />
- View response details`,
},
{