diff --git a/BTCPayServer/wwwroot/swagger/v1/swagger.template.json b/BTCPayServer/wwwroot/swagger/v1/swagger.template.json index be821e8f3..cfeadb240 100644 --- a/BTCPayServer/wwwroot/swagger/v1/swagger.template.json +++ b/BTCPayServer/wwwroot/swagger/v1/swagger.template.json @@ -19,6 +19,10 @@ "description": "BTCPay Server Greenfield API" } ], + "externalDocs": { + "description": "Check out our examples on how to use the API", + "url": "https://docs.btcpayserver.org/Development/GreenFieldExample/" + }, "components": { "schemas": { "ValidationProblemDetails": { @@ -141,4 +145,4 @@ "Basic": [] } ] -} \ No newline at end of file +}