mirror of
https://github.com/coder/coder.git
synced 2026-09-23 14:03:57 +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"
|
||||
|
||||
Generated
+1
-4
@@ -9543,10 +9543,7 @@
|
||||
"$ref": "#/definitions/codersdk.AuditAction"
|
||||
},
|
||||
"additional_fields": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "integer"
|
||||
}
|
||||
"type": "object"
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
|
||||
Reference in New Issue
Block a user