From a7b178b844324d4ccb64b52da35cf6c0d338e583 Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Tue, 15 Dec 2020 06:35:18 +0100 Subject: [PATCH] API Keys: Add usage examples link to docs (#2140) --- BTCPayServer/Views/Manage/APIKeys.cshtml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/BTCPayServer/Views/Manage/APIKeys.cshtml b/BTCPayServer/Views/Manage/APIKeys.cshtml index 42d422cbd..41065055d 100644 --- a/BTCPayServer/Views/Manage/APIKeys.cshtml +++ b/BTCPayServer/Views/Manage/APIKeys.cshtml @@ -6,7 +6,11 @@ -

The BTCPay Server Greenfield API offers programmatic access to your instance. You can manage your BTCPay Server (e.g. stores, invoices, users) as well as automate workflows and integrations (see some use case examples). For that you need the API keys, which can be generated here. Find more information in the API authentication docs.

+

+ The BTCPay Server Greenfield API offers programmatic access to your instance. You can manage your BTCPay + Server (e.g. stores, invoices, users) as well as automate workflows and integrations (see use case examples). + For that you need the API keys, which can be generated here. Find more information in the API authentication docs. +