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
-4
@@ -10734,10 +10734,7 @@ const docTemplate = `{
|
||||
"$ref": "#/definitions/codersdk.AuditAction"
|
||||
},
|
||||
"additional_fields": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "integer"
|
||||
}
|
||||
"type": "object"
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
|
||||
Reference in New Issue
Block a user