mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-12 23:54:07 -08:00
🔀 Merge pull request #546 from pestevez/feature/update-graph-api-versions
Update Facebook Graph API versions
This commit is contained in:
commit
a2666faedb
|
@ -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.',
|
||||||
|
|
Loading…
Reference in a new issue