Update Assignment

Update an existing assignment

Request
path Parameters
id
required
string

: Assignment ID

Request Body schema: application/json

: The fields to update

name
string or null
metadata
object or null
property name*
additional property
any
Responses
200

Ok

patch/assignments/{id}
Request samples
application/json
{
  • "name": "string",
  • "metadata": {
    }
}
Response samples
application/json
{
  • "id": "string",
  • "url": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "updatedBy": "string",
  • "name": "string",
  • "annotator": "string",
  • "status": "todo",
  • "projectId": "string",
  • "metadata": {
    },
  • "totalItems": 0,
  • "itemStatus": {
    },
  • "taskType": "string",
  • "progress": 0,
  • "forReview": 0,
  • "issues": 0,
  • "inRedistributeProcess": "2019-08-24T14:15:22Z",
  • "error": "string",
  • "priority": 0
}