mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: fix swagger type of AuditLog AdditionalFields (#17286)
This commit is contained in:
Generated
+1
-3
@@ -30,9 +30,7 @@ curl -X GET http://coder-server:8080/api/v2/audit?limit=0 \
|
||||
"audit_logs": [
|
||||
{
|
||||
"action": "create",
|
||||
"additional_fields": [
|
||||
0
|
||||
],
|
||||
"additional_fields": {},
|
||||
"description": "string",
|
||||
"diff": {
|
||||
"property1": {
|
||||
|
||||
Reference in New Issue
Block a user