Tasks

✨ Update task assignee

<Card href="https://humansignal.com/goenterprise"> <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/> <p style="margin-top: 10px; font-size: 14px;"> This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise) </p> </Card> Update the assignee for a task in a specific project.
patch/api/projects/{id}/tasks/{task_pk}/assignees

Path parameters

idinteger required

A unique integer value identifying this project.

task_pkinteger required

A unique integer value identifying this task.

Request body

type'AN' | 'RE'
  • AN - Annotate
  • RE - Review
usersinteger[]

Response

assigneeinteger required

Assigned user

created_atstring date-time required

Time of assignment

idinteger required
statestring required
taskinteger required

Assigned task

type'AN' | 'RE'
  • AN - Annotate
  • RE - Review

Changes

Changed in 1 of the 97 revisions of this API.6

    • added the media type application/x-www-form-urlencoded to the request body

      request-body-media-type-added

    • added the media type multipart/form-data to the request body

      request-body-media-type-added

    • the request property type became optional

      request-property-became-optional

    • the request property users became optional

      request-property-became-optional

    • added AssignmentTypeEnum to the type response property allOf list for the response status 200

      response-property-all-of-added

    • removed TypeEnum from the type response property allOf list for the response status 200

      response-property-all-of-removed

    This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 97 revisions, 1 has no diff computed.