fix: mobile upload duration type (#28362)

This commit is contained in:
Alex
2026-05-11 15:46:00 -05:00
committed by GitHub
parent 2276443c56
commit a278c10c75
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16271,7 +16271,7 @@
},
"duration": {
"description": "Duration in milliseconds (for videos)",
"maximum": 2147483647,
"maximum": 9007199254740991,
"minimum": 0,
"type": "integer"
},