mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-09-16 11:50:35 +00:00
Fix custom cert writes, fix schema
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"operationId": "getAuditLog",
|
||||
"summary": "Get Audit Log",
|
||||
"operationId": "getAuditLogs",
|
||||
"summary": "Get Audit Logs",
|
||||
"tags": ["Audit Log"],
|
||||
"security": [
|
||||
{
|
||||
@@ -44,7 +44,7 @@
|
||||
}
|
||||
},
|
||||
"schema": {
|
||||
"$ref": "../../components/audit-log-object.json"
|
||||
"$ref": "../../components/audit-log-list.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user