Annotation Issues

Update an item's annotation status to issue

Request
path Parameters
annotationId
required
string

Annotation id

Responses
200

Ok

put/annotations/{annotationId}/issue
Request samples
Response samples
application/json
{
  • "id": "string",
  • "url": "string",
  • "type": "class",
  • "label": "string",
  • "attributes": [
    ],
  • "coordinates": {
    },
  • "metadata": {
    },
  • "creator": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "updatedBy": "string",
  • "itemId": "string",
  • "item": "string",
  • "datasetId": "string",
  • "dataset": "string",
  • "hash": "string",
  • "labelSuggestions": {
    },
  • "source": "ui",
  • "description": "string",
  • "srcAnnotation": "string"
}