Removed pointless doc_response
This commit is contained in:
parent
085d9c78ab
commit
c1bd691654
1 changed files with 0 additions and 1 deletions
|
|
@ -43,7 +43,6 @@ class CaptureAPI(ActionView):
|
|||
}
|
||||
)
|
||||
@marshal_with(capture_schema)
|
||||
@doc_response(200, description="Capture successful")
|
||||
def post(self, args):
|
||||
"""
|
||||
Create a new capture
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue