mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-30 23:33:34 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			36 lines
		
	
	
		
			641 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			641 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"operationId": "getSettings",
 | |
| 	"summary": "Get all settings",
 | |
| 	"tags": ["settings"],
 | |
| 	"security": [
 | |
| 		{
 | |
| 			"bearerAuth": ["admin"]
 | |
| 		}
 | |
| 	],
 | |
| 	"responses": {
 | |
| 		"200": {
 | |
| 			"description": "200 response",
 | |
| 			"content": {
 | |
| 				"application/json": {
 | |
| 					"examples": {
 | |
| 						"default": {
 | |
| 							"value": [
 | |
| 								{
 | |
| 									"id": "default-site",
 | |
| 									"name": "Default Site",
 | |
| 									"description": "What to show when Nginx is hit with an unknown Host",
 | |
| 									"value": "congratulations",
 | |
| 									"meta": {}
 | |
| 								}
 | |
| 							]
 | |
| 						}
 | |
| 					},
 | |
| 					"schema": {
 | |
| 						"$ref": "../../components/setting-list.json"
 | |
| 					}
 | |
| 				}
 | |
| 			}
 | |
| 		}
 | |
| 	}
 | |
| }
 |