---
title: "Update nested attributes of items"
method: POST
path: "/api/v2/indexing/bulk-update-nested"
tags: ["IndexV2"]
---

# Update nested attributes of items

`POST /api/v2/indexing/bulk-update-nested`

Update nested attributes of multiple documents in a specific index

## Headers

- `X-HawkSearch-ApiKey` string, required

## Request body

- BulkUpdateNestedParams
  - `IndexName` string — Index used for delete operation
  - `Items` BulkUpdateNestedItem[] — List of items to be updated
    - `DocId` string — Primary key Value
    - `NestedId` string — Nested Primary key Value
    - `Attributes` object — Attributes to be updated

## Response `200`

OK

- object

---

[API](https://skmtc.net/hawksearch/apis/hawksearch-elasticsearch-indexingapi.md) · [All operations](https://skmtc.net/hawksearch/apis/hawksearch-elasticsearch-indexingapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hawksearch/hawksearch-elasticsearch-indexingapi/revisions/24cba7bf3468/schema)
