mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
Update Facebook Graph API versions
This commit is contained in:
@@ -79,9 +79,13 @@ export class FacebookGraphApi implements INodeType {
|
|||||||
type: 'options',
|
type: 'options',
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
name: 'Latest',
|
name: 'Default',
|
||||||
value: '',
|
value: '',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'v7.0',
|
||||||
|
value: 'v7.0',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'v6.0',
|
name: 'v6.0',
|
||||||
value: 'v6.0',
|
value: 'v6.0',
|
||||||
@@ -110,10 +114,6 @@ export class FacebookGraphApi implements INodeType {
|
|||||||
name: 'v3.0',
|
name: 'v3.0',
|
||||||
value: 'v3.0',
|
value: 'v3.0',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: 'v2.12',
|
|
||||||
value: 'v2.12',
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
default: '',
|
default: '',
|
||||||
description: 'The version of the Graph API to be used in the request.',
|
description: 'The version of the Graph API to be used in the request.',
|
||||||
|
|||||||
Reference in New Issue
Block a user