v1

latestOpenAPI 3.1.0Serval License2026-07-26202952779.1 KB
Entity Field Mapping API

Update Entity Field Mapping

Update a field mapping's external field path and/or precedence. Omitted fields are left unchanged. Takes effect on the next sync of the ingestion config.

put/v2/entity-field-mappings/{id}

Path parameters

idstring required

The ID of the field mapping to update.

Request body

externalFieldPathstring nullable

New external field path. Omit to leave unchanged.

prioritynumber double nullable

New precedence. Omit to leave unchanged.

Response

Success