> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gu1.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Actualizar mapeo

> Actualiza un mapeo de importación batch existente — mediante la API de importación masiva de gu1 para alto volumen, con ejemplos para update mapping.

## Endpoint

```
PATCH https://api.gu1.ai/batch-import/mappings/{id}
```

## Descripción

Actualización parcial. **`{ mapping: { ... } }`** o **404**.

## Autenticación

```bash theme={null}
Authorization: Bearer TU_API_KEY
Content-Type: application/json
```

## Parámetro de ruta

| Parámetro | Descripción    |
| --------- | -------------- |
| `id`      | UUID del mapeo |

Ver también: [Importaciones masivas](/es/api-reference/bulk-imports/overview).
