---
title: "Anexar arquivos a uma entidade"
method: PUT
path: "/api/v4/{entity}/{entity_id}/files"
---

# Anexar arquivos a uma entidade

`PUT /api/v4/{entity}/{entity_id}/files`

O método permite anexar arquivos a uma entidade escolhida.

## Path parameters

- `entity` string, required
- `entity_id` integer, required

## Headers

- `Content-Type` string

## Request body

- object
  - `RAW_BODY` object[]
    - `uuid` string — UUID do arquivo

## Response `200`

200

- object

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404

---

[API](https://skmtc.net/kommo/apis/referencias-de-api-da-kommo.md) · [All operations](https://skmtc.net/kommo/apis/referencias-de-api-da-kommo/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kommo/referencias-de-api-da-kommo/versions/98fdf05c2f5b/schema)
