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,16 +1,17 @@ | ||||
| { | ||||
| 	"operationId": "getDeadHost", | ||||
| 	"summary": "Get a 404 Host", | ||||
| 	"tags": ["404 Hosts"], | ||||
| 	"tags": ["404-hosts"], | ||||
| 	"security": [ | ||||
| 		{ | ||||
| 			"BearerAuth": ["dead_hosts"] | ||||
| 			"bearerAuth": ["dead_hosts.view"] | ||||
| 		} | ||||
| 	], | ||||
| 	"parameters": [ | ||||
| 		{ | ||||
| 			"in": "path", | ||||
| 			"name": "hostID", | ||||
| 			"description": "The ID of the 404 Host", | ||||
| 			"schema": { | ||||
| 				"type": "integer", | ||||
| 				"minimum": 1 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user