Skip to main content
PATCH
/
batch-import
/
mappings
/
{id}
Update mapping
curl --request PATCH \
  --url http://api.gu1.ai/batch-import/mappings/{id} \
  --header 'Authorization: Bearer <token>'

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.

Endpoint

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

Overview

Partial update. Response { mapping: { ... } } or 404 if not found.

Authentication

Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

Request body

Any of: name, target, columnMapping, defaultFields, headersSnapshot.

Path parameters

ParameterDescription
idMapping UUID
See also: Bulk imports overview.