mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 07:43:33 +00:00 
			
		
		
		
	Swagger/openapi schema mega fixes and Cypress validation/enforcement
This commit is contained in:
		| @@ -1,14 +1,10 @@ | ||||
| { | ||||
| 	"operationId": "getDNSProviders", | ||||
| 	"summary": "Get DNS Providers for Certificates", | ||||
| 	"tags": [ | ||||
| 		"Certificates" | ||||
| 	], | ||||
| 	"tags": ["certificates"], | ||||
| 	"security": [ | ||||
| 		{ | ||||
| 			"BearerAuth": [ | ||||
| 				"certificates" | ||||
| 			] | ||||
| 			"bearerAuth": ["certificates.view"] | ||||
| 		} | ||||
| 	], | ||||
| 	"responses": { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user