Fixed openapi spec
This commit is contained in:
@@ -93,7 +93,17 @@ async def video_upload(
|
||||
|
||||
|
||||
video_get_responses = {
|
||||
200: {"content": {"video/*": {}}},
|
||||
200: {
|
||||
"content": {
|
||||
"application/octet-stream": {
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "binary",
|
||||
"contentMediaType": "video/*",
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
404: VideoNotFoundError("id").openapi,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user