Sfoglia il codice sorgente

Re-add dns_provider_credentials to swagger schema

Jamie Curnow 1 mese fa
parent
commit
95957a192c
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      backend/schema/components/certificate-object.json

+ 3 - 0
backend/schema/components/certificate-object.json

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