diff --git a/BTCPayServer/Views/Home/SwaggerDocs.cshtml b/BTCPayServer/Views/Home/SwaggerDocs.cshtml index 3fe3e04ba..63ebc05df 100644 --- a/BTCPayServer/Views/Home/SwaggerDocs.cshtml +++ b/BTCPayServer/Views/Home/SwaggerDocs.cshtml @@ -22,6 +22,8 @@
+ @*Ignore this, this is for making the test ClickOnAllSideMenus happy*@ +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.
| Label | -Key | -Permissions | -Actions | -
|---|---|---|---|
| Label | +Key | +Permissions | +Actions | +
| @keyData.Label | -@keyData.Id |
-
- @{
- var permissions = keyData.GetBlob().Permissions;
- }
- @if (!permissions.Any())
- {
- No permissions
- }
- else
- {
-
|
- - Remove - | -
| - No API keys - | -|||
| @keyData.Label | +@keyData.Id |
+
+ @{
+ var permissions = keyData.GetBlob().Permissions;
+ }
+ @if (!permissions.Any())
+ {
+ No permissions
+ }
+ else
+ {
+
|
+ + Remove + | +
| + No API keys + | +|||