mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 15:53:33 +00:00 
			
		
		
		
	Swagger/openapi schema mega fixes and Cypress validation/enforcement
This commit is contained in:
		| @@ -1,10 +1,10 @@ | ||||
| { | ||||
| 	"operationId": "getAuditLogs", | ||||
| 	"summary": "Get Audit Logs", | ||||
| 	"tags": ["Audit Log"], | ||||
| 	"tags": ["audit-log"], | ||||
| 	"security": [ | ||||
| 		{ | ||||
| 			"BearerAuth": ["audit-log"] | ||||
| 			"bearerAuth": ["admin"] | ||||
| 		} | ||||
| 	], | ||||
| 	"responses": { | ||||
|   | ||||
| @@ -1,13 +1,11 @@ | ||||
| { | ||||
| 	"operationId": "getAuditLog", | ||||
| 	"summary": "Get Audit Log Event", | ||||
| 	"tags": [ | ||||
| 		"Audit Log" | ||||
| 	], | ||||
| 	"tags": ["audit-log"], | ||||
| 	"security": [ | ||||
| 		{ | ||||
| 			"BearerAuth": [ | ||||
| 				"audit-log" | ||||
| 			"bearerAuth": [ | ||||
| 				"admin" | ||||
| 			] | ||||
| 		} | ||||
| 	], | ||||
| @@ -15,6 +13,7 @@ | ||||
| 		{ | ||||
| 			"in": "path", | ||||
| 			"name": "id", | ||||
| 			"description": "Audit Log Event ID", | ||||
| 			"schema": { | ||||
| 				"type": "integer", | ||||
| 				"minimum": 1 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user