mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-11 07:04:06 -08:00
fecf62296b
fix postgres trigger docs URL
19 lines
387 B
JSON
19 lines
387 B
JSON
{
|
|
"node": "n8n-nodes-base.postgresTrigger",
|
|
"nodeVersion": "1.0",
|
|
"codexVersion": "1.0",
|
|
"categories": ["Development"],
|
|
"resources": {
|
|
"credentialDocumentation": [
|
|
{
|
|
"url": "https://docs.n8n.io/credentials/postgres"
|
|
}
|
|
],
|
|
"primaryDocumentation": [
|
|
{
|
|
"url": "https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.postgrestrigger/"
|
|
}
|
|
]
|
|
}
|
|
}
|