---
title: "Update a single resource - ImportProfile"
method: PUT
path: "/import-profiles/{id}"
tags: ["Data Flow"]
---

# Update a single resource - ImportProfile

`PUT /import-profiles/{id}`

Replaces the ImportProfile resource.

## Path parameters

- `id` string, required

## Request body

- ImportProfileImportProfileInputImportProfileInputUpdate
  - `endOfLine` string
  - `encoding` string
  - `emptyValueStrategy` string
  - `name` string
  - `description` string, nullable
  - `dateFormat` string
  - `dateTimeSeparator` string
  - `enclosure` string
  - `fieldSeparator` string
  - `multiValueSeparator` string
  - `numberFormat` string
  - `timeFormat` string
  - `mappings` object[]
    - `attributeCode` string
    - `attributeType` string
    - `name` string
    - `position` integer

## Response `200`

ImportProfile resource updated

- ImportProfileImportProfileOutputImportProfileOutput
  - `emptyValueStrategy` string
  - `name` string
  - `description` string, nullable
  - `model` string
  - `extension` string
  - `multiValueSeparator` string
  - `mappings` object[]
    - `attributeCode` string
    - `attributeType` string
    - `name` string
    - `position` integer
  - `createdBy` UserUserOutputImportProfileOutput
    - `id` integer
    - `username` string
  - `updatedBy` UserUserOutputImportProfileOutput
    - `id` integer
    - `username` string
  - `locales` string[]
  - `id` string
  - `dateCreated` string, date-time
  - `dateModified` string, date-time

## Other responses

- `400` — Invalid input
- `404` — Resource not found
- `422` — Unprocessable entity

---

[API](https://skmtc.dev/quable/apis/quable-pim-api-documentation-v5.md) · [All operations](https://skmtc.dev/quable/apis/quable-pim-api-documentation-v5/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/quable/quable-pim-api-documentation-v5/revisions/1641096abb34/schema)
