Skip to content

Commit 84d92f3

Browse files
committed
chore: generate OpenAPI specification
1 parent 97cbb93 commit 84d92f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

OpenAPI.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7601,7 +7601,6 @@
76017601
"description": "File is an image with specific dimensions, and may be animated",
76027602
"type": "object",
76037603
"required": [
7604-
"animated",
76057604
"height",
76067605
"type",
76077606
"width"
@@ -7633,7 +7632,8 @@
76337632
"nullable": true
76347633
},
76357634
"animated": {
7636-
"type": "boolean"
7635+
"type": "boolean",
7636+
"nullable": true
76377637
}
76387638
}
76397639
},

0 commit comments

Comments
 (0)