chore: generate OpenAPI specification

This commit is contained in:
Stoat CI
2026-04-02 02:59:39 +00:00
parent 97cbb938ae
commit 84d92f343c
+2 -2
View File
@@ -7601,7 +7601,6 @@
"description": "File is an image with specific dimensions, and may be animated",
"type": "object",
"required": [
"animated",
"height",
"type",
"width"
@@ -7633,7 +7632,8 @@
"nullable": true
},
"animated": {
"type": "boolean"
"type": "boolean",
"nullable": true
}
}
},