Adding link to API usage examples in docs. (#5772)

This commit is contained in:
ndeet 2024-02-21 14:42:15 +01:00 committed by GitHub
parent 04037b3d2d
commit 55a8ba0905
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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": []
}
]
}
}