PUT
/
importer
/
{id}

Example Request

{
  "name": "API Test Importer",
  "template": {
    "columns": [
      {
        "name": "First Name",
        "key": "first_name",
        "required": false,
        "description": "The first name of the user",
        "suggested_mappings": [
          "First",
          "Name"
        ]
      },
      {
        "name": "Last Name"
      },
      {
        "name": "Email",
        "required": true,
        "description": "The email of the user"
      }
    ]
  }
}

Body

application/json
id
string
name
string
template
object

Response

200 - application/json
id
string
name
string
template
object