fix: Fix broken links in nodes (#3716)
This commit is contained in:
@@ -55,7 +55,7 @@ export const ticketFields: INodeProperties[] = [
|
||||
displayName: 'Ticket Type Name or ID',
|
||||
name: 'ticketType',
|
||||
type: 'options',
|
||||
description: 'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/nodes/expressions.html#expressions">expression</a>',
|
||||
description: 'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>',
|
||||
default: '',
|
||||
required: true,
|
||||
typeOptions: {
|
||||
@@ -113,7 +113,7 @@ export const ticketFields: INodeProperties[] = [
|
||||
displayName: 'Assigned Agent Name or ID',
|
||||
name: 'agent_id',
|
||||
type: 'options',
|
||||
description: 'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/nodes/expressions.html#expressions">expression</a>',
|
||||
description: 'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>',
|
||||
default: '',
|
||||
typeOptions: {
|
||||
loadOptionsMethod: 'getHaloPSAAgents',
|
||||
@@ -274,7 +274,7 @@ export const ticketFields: INodeProperties[] = [
|
||||
displayName: 'Assigned Agent Name or ID',
|
||||
name: 'agent_id',
|
||||
type: 'options',
|
||||
description: 'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/nodes/expressions.html#expressions">expression</a>',
|
||||
description: 'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>',
|
||||
default: '',
|
||||
typeOptions: {
|
||||
loadOptionsMethod: 'getHaloPSAAgents',
|
||||
|
||||
Reference in New Issue
Block a user