Better handle response documentation
This commit is contained in:
parent
1ccdad8a86
commit
8afb0757bd
12 changed files with 143 additions and 115 deletions
|
|
@ -35,7 +35,7 @@ class CaptureAPI(Resource):
|
|||
}
|
||||
)
|
||||
@marshal_with(capture_schema)
|
||||
@doc_response(200, "Capture successful")
|
||||
@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