Fix custom cert writes, fix schema

This commit is contained in:
Jamie Curnow
2025-09-15 17:34:00 +10:00
parent 2b88f56d22
commit 68b23938a8
7 changed files with 103 additions and 6 deletions

View File

@@ -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"
}
}
}