Sorted remaining content_type issues and blackened
This commit is contained in:
parent
38fbe530d2
commit
b7c9d3b73b
13 changed files with 114 additions and 92 deletions
|
|
@ -94,7 +94,7 @@ class QuickCaptureAPI(ActionView):
|
|||
args = {"use_video_port": fields.Boolean(missing=True)}
|
||||
|
||||
# Our success response (200) returns an image (image/jpeg mimetype)
|
||||
responses = {200: {"content_type": "image/jpeg"}}
|
||||
responses = {200: {"content": {"image/jpeg": {}}}}
|
||||
|
||||
def post(self, args):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue