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

# Update nested attributes of items

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

Update nested attributes of documents in a specific index

## Headers

- `X-HawkSearch-ApiKey` string, required

## Request body

- UpdateNestedParams
  - `IndexName` string — Index used for delete operation
  - `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/versions/24cba7bf3468/schema)
