---
title: "Change a company thumbnail"
method: PUT
path: "/companies/{id}/thumbnail"
tags: ["Companies"]
---

# Change a company thumbnail

`PUT /companies/{id}/thumbnail`

## Path parameters

- `id` number, required

## Request body

- object
  - `source` string, required — One of `attachment`, `clearbit`, or `disabled`.
  - `attachment_id` number — Only required if source is set to `attachment` (must be an attachment belonging to the data item)## Trigger (object)
  - `id` number
  - `description` string
  - `is_required` boolean
  - `is_default` boolean
  - `_links` object

## Response `204`

No Content

---

[API](https://skmtc.net/catsone/apis/cats-api-v3.md) · [All operations](https://skmtc.net/catsone/apis/cats-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/catsone/cats-api-v3/versions/dedbbade450d/schema)
