We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4641e66 commit 3020d31Copy full SHA for 3020d31
src/labthings/server/default_views/tasks.py
@@ -26,6 +26,8 @@ class TaskView(View):
26
tags = ["tasks"]
27
schema = TaskSchema()
28
29
+ marshal_methods = ("GET", "DELETE")
30
+
31
def get(self, task_id):
32
"""
33
Show status of a session task
0 commit comments