n8n-nodes-pinterest 0.2.8 → 0.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5,7 +5,7 @@ class PinterestCookieApi {
|
|
|
5
5
|
constructor() {
|
|
6
6
|
this.name = 'pinterestCookieApi';
|
|
7
7
|
this.displayName = 'Pinterest Cookie';
|
|
8
|
-
this.documentationUrl = 'https://
|
|
8
|
+
this.documentationUrl = 'https://dps.media/huong-dan-toan-dien-tu-dong-dang-bai-len-pinterest-voi-n8n-update/';
|
|
9
9
|
this.properties = [
|
|
10
10
|
{
|
|
11
11
|
displayName: 'Pinterest Session Cookie (_pinterest_sess)',
|
|
@@ -68,7 +68,7 @@ class PinterestCookie {
|
|
|
68
68
|
version: 1,
|
|
69
69
|
subtitle: '={{$parameter["resource"] + ": " + $parameter["operation"]}}',
|
|
70
70
|
description: 'Pinterest via cookie method (web endpoints). For complete setup guide: [Docs](https://dps.media/huong-dan-toan-dien-tu-dong-dang-bai-len-pinterest-voi-n8n-update/)',
|
|
71
|
-
documentationUrl: 'https://
|
|
71
|
+
documentationUrl: 'https://dps.media/huong-dan-toan-dien-tu-dong-dang-bai-len-pinterest-voi-n8n-update/',
|
|
72
72
|
defaults: { name: 'Pinterest (Cookie)' },
|
|
73
73
|
inputs: ['main'],
|
|
74
74
|
outputs: ['main'],
|