1
0
mirror of https://github.com/NginxProxyManager/nginx-proxy-manager.git synced 2025-10-30 18:05:34 +03:00

Re-add dns_provider_credentials to swagger schema

This commit is contained in:
Jamie Curnow
2025-10-30 12:24:17 +10:00
parent 906ce8ced2
commit 95957a192c

View File

@@ -59,6 +59,9 @@
"dns_challenge": { "dns_challenge": {
"type": "boolean" "type": "boolean"
}, },
"dns_provider_credentials": {
"type": "string"
},
"dns_provider": { "dns_provider": {
"type": "string" "type": "string"
}, },