You've already forked nginx-proxy-manager
							
							
				mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-30 18:05:34 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			266 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			266 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"type": "object",
 | |
| 	"description": "Error object",
 | |
| 	"additionalProperties": false,
 | |
| 	"required": ["code", "message"],
 | |
| 	"properties": {
 | |
| 		"code": {
 | |
| 			"type": "integer",
 | |
| 			"example": 400
 | |
| 		},
 | |
| 		"message": {
 | |
| 			"type": "string",
 | |
| 			"example": "Bad Request"
 | |
| 		}
 | |
| 	}
 | |
| }
 |