Enable tag inheritance
This commit is contained in:
parent
ed13749abe
commit
eaf2fc5f7d
3 changed files with 17 additions and 1 deletions
|
|
@ -42,6 +42,7 @@ class CaptureAPI(Resource):
|
|||
)
|
||||
@marshal_with(capture_schema)
|
||||
@doc_response(200, description="Capture successful")
|
||||
@doc(tags=["foo"])
|
||||
def post(self, args):
|
||||
"""
|
||||
Create a new capture
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue