mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +00:00
Handle preview api
This commit is contained in:
@@ -9,13 +9,22 @@ export class ContentfulDeliveryApi implements ICredentialType {
|
||||
name: 'space_id',
|
||||
type: 'string' as NodePropertyTypes,
|
||||
default: '',
|
||||
required: true,
|
||||
description: 'The id for the Cotentful space.'
|
||||
},
|
||||
{
|
||||
displayName: 'Access Token',
|
||||
displayName: 'Content Delivery API - access token',
|
||||
name: 'access_token',
|
||||
type: 'string' as NodePropertyTypes,
|
||||
default: '',
|
||||
required: true,
|
||||
description: 'Access token that has access to the space'
|
||||
},
|
||||
{
|
||||
displayName: 'Content Preview API - access token',
|
||||
name: 'access_token_preview',
|
||||
type: 'string' as NodePropertyTypes,
|
||||
default: '',
|
||||
description: 'Access token that has access to the space'
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user