From 5ef900a6c41e007301c14301160cc3148708abfa Mon Sep 17 00:00:00 2001 From: freakwriter Date: Thu, 6 Jun 2024 11:54:24 -0400 Subject: [PATCH] Add credential-only statement as snippet and update credentials template to include it --- .../integrations/builtin/credentials/cred-only-statement.md | 1 + document-templates/credentials.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 _snippets/integrations/builtin/credentials/cred-only-statement.md diff --git a/_snippets/integrations/builtin/credentials/cred-only-statement.md b/_snippets/integrations/builtin/credentials/cred-only-statement.md new file mode 100644 index 00000000000..8fddfec63c9 --- /dev/null +++ b/_snippets/integrations/builtin/credentials/cred-only-statement.md @@ -0,0 +1 @@ +You can use these credentials to authenticate when using the [HTTP Request node](/integrations/builtin/core-nodes/n8n-nodes-base.httprequest/) to make a [Custom API call](/integrations/custom-operations/). \ No newline at end of file diff --git a/document-templates/credentials.md b/document-templates/credentials.md index 8be432e0ccd..1ebaaaefa40 100644 --- a/document-templates/credentials.md +++ b/document-templates/credentials.md @@ -32,6 +32,9 @@ You can use these credentials to authenticate the following nodes: * _List of apps_ * _That use these credentials_ + +--8<-- "_snippets/integrations/builtin/credentials/cred-only-statement.md" + ## Prerequisites _Include info on services they need to sign up for_