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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -16271,7 +16271,7 @@
},
"duration": {
"description": "Duration in milliseconds (for videos)",
"maximum": 2147483647,
"maximum": 9007199254740991,
"minimum": 0,
"type": "integer"
},