---
title: "Updates BBoxAnnotation in Bulk"
method: PATCH
path: "/bbox/bulk/update"
tags: ["bboxAnnotation"]
---

# Updates BBoxAnnotation in Bulk

`PATCH /bbox/bulk/update`

## Request body

- BBoxAnnotationUpdateBulk[]
  - `bbox_annotation_id` integer, required — ID of the BBoxAnnotation
  - `code_id` integer, required — Code the BBoxAnnotation refers to

## Response `200`

Successful Response

- BBoxAnnotationRead[]
  - `x_min` integer, required — Absolute x_min coordinate of the BBoxAnnotation
  - `x_max` integer, required — Absolute x_max coordinate of the BBoxAnnotation
  - `y_min` integer, required — Absolute y_min coordinate of the BBoxAnnotation
  - `y_max` integer, required — Absolute y_max coordinate of the BBoxAnnotation
  - `id` integer, required — ID of the BBoxAnnotation
  - `code_id` integer, required — Code the BBoxAnnotation refers to
  - `user_id` integer, required — User that created the BBoxAnnotation
  - `sdoc_id` integer, required — SourceDocument the BBoxAnnotation refers to
  - `created` string, date-time, required — Created timestamp of the BBoxAnnotation
  - `updated` string, date-time, required — Updated timestamp of the BBoxAnnotation
  - `memo_ids` integer[], required — Memo IDs attached to the BBoxAnnotation

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/uhh-lt/apis/discourse-analysis-tool-suite-api.md) · [All operations](https://skmtc.net/uhh-lt/apis/discourse-analysis-tool-suite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uhh-lt/discourse-analysis-tool-suite-api/revisions/6b22366ce2d1/schema)
