mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-11-04 01:15:14 +00:00 
			
		
		
		
	frontend doesn't include when building in react version adds swagger for existing dns-providers endpoint
		
			
				
	
	
		
			24 lines
		
	
	
		
			561 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			561 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
	"type": "array",
 | 
						|
	"description": "DNS Providers list",
 | 
						|
	"items": {
 | 
						|
		"type": "object",
 | 
						|
		"required": ["id", "name", "credentials"],
 | 
						|
		"additionalProperties": false,
 | 
						|
		"properties": {
 | 
						|
			"id": {
 | 
						|
				"type": "string",
 | 
						|
				"description": "Unique identifier for the DNS provider, matching the python package"
 | 
						|
			},
 | 
						|
			"name": {
 | 
						|
				"type": "string",
 | 
						|
				"description": "Human-readable name of the DNS provider"
 | 
						|
			},
 | 
						|
			"credentials": {
 | 
						|
				"type": "string",
 | 
						|
				"description": "Instructions on how to format the credentials for this DNS provider"
 | 
						|
			}
 | 
						|
		}
 | 
						|
	}
 | 
						|
}
 |