Enable tag inheritance

This commit is contained in:
Joel Collins 2020-01-07 21:23:42 +00:00
parent ed13749abe
commit eaf2fc5f7d
3 changed files with 17 additions and 1 deletions

View file

@ -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