mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
Update Facebook Graph API versions
This commit is contained in:
parent
505804d609
commit
9833dcc77c
|
@ -79,9 +79,13 @@ export class FacebookGraphApi implements INodeType {
|
|||
type: 'options',
|
||||
options: [
|
||||
{
|
||||
name: 'Latest',
|
||||
name: 'Default',
|
||||
value: '',
|
||||
},
|
||||
{
|
||||
name: 'v7.0',
|
||||
value: 'v7.0',
|
||||
},
|
||||
{
|
||||
name: 'v6.0',
|
||||
value: 'v6.0',
|
||||
|
@ -110,10 +114,6 @@ export class FacebookGraphApi implements INodeType {
|
|||
name: 'v3.0',
|
||||
value: 'v3.0',
|
||||
},
|
||||
{
|
||||
name: 'v2.12',
|
||||
value: 'v2.12',
|
||||
},
|
||||
],
|
||||
default: '',
|
||||
description: 'The version of the Graph API to be used in the request.',
|
||||
|
|
Loading…
Reference in a new issue