---
title: "POST /api/v1/project/projects/{id}/assign_annotations/"
method: POST
path: "/api/v1/project/projects/{id}/assign_annotations/"
tags: ["project", "v1"]
---

# POST /api/v1/project/projects/{id}/assign_annotations/

`POST /api/v1/project/projects/{id}/assign_annotations/`

Bulk assign batch of annotations to a review team member

    Params:
        annotation_ids: list[int]
        all: any value - update all annotations if any value
        no_annotation_ids: list[int] - exclude those annotations from action (if "all" is set)
        assignee_id: int
    Returns:
        int (number of reassigned annotations)

## Path parameters

- `id` string, required

## Request body

- AssignProjectAnnotationsRequest
  - `assignee_id` integer, nullable
  - `all` boolean
  - `annotation_ids` integer[]
  - `no_annotation_ids` integer[]

## Response `201`

- CountSuccessResponse
  - `success` integer, nullable

## Other responses

- `404`

---

[API](https://skmtc.net/lexpredict/apis/contraxsuite-api.md) · [All operations](https://skmtc.net/lexpredict/apis/contraxsuite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lexpredict/contraxsuite-api/versions/3429f921b4cb/schema)
