---
title: "Set Index Summary"
method: PUT
path: "/v1/rag/indexes/index/{index_id}/summary_field/{language}"
tags: ["beta.rag.search_indexes"]
---

# Set Index Summary

`PUT /v1/rag/indexes/index/{index_id}/summary_field/{language}`

Update the summary field for an index

## Path parameters

- `index_id` string, uuid, required
- `language` 'en' | 'fr' | 'es' | 'de' | 'it' | 'pt_br' | 'pl' | 'ar' | 'nl', required

## Request body

- UpdateSummaryRequestSummary
  - `content` string, required
  - `status` 'handwritten' | 'generated_confirmed', required
  - `translated` boolean, required

## Response `200`

Successful Response

- unknown

## Other responses

- `400` — Invalid request
- `403` — Unauthorized
- `404` — Index not found
- `422` — Validation Error
- `500` — Internal server error

---

[API](https://skmtc.net/mistral/apis/mistral-ai-api.md) · [All operations](https://skmtc.net/mistral/apis/mistral-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mistral/mistral-ai-api/versions/933c4ebdcd72/schema)
