MCPcopy Create free account
hub / github.com/HumanSignal/label-studio / patch

Method patch

label_studio/tasks/api.py:405–406  ·  view source on GitHub ↗
(self, request, *args, **kwargs)

Source from the content-addressed store, hash-verified

403 return TaskSimpleSerializer
404
405 def patch(self, request, *args, **kwargs):
406 return super(TaskAPI, self).patch(request, *args, **kwargs)
407
408 @api_webhook_for_delete(WebhookAction.TASKS_DELETED)
409 def delete(self, request, *args, **kwargs):

Calls

no outgoing calls