> ## Documentation Index
> Fetch the complete documentation index at: https://docs.socialsell.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Atualizar disparo

> Atualiza nome, descrição ou configurações de um disparo em rascunho.

## Endpoint

```
PATCH /v1/broadcasts/:id
```

**Escopo necessário:** `write:broadcasts`

Apenas disparos em `draft` ou `scheduled` podem ser atualizados.

## Exemplo de requisição

```bash theme={null}
curl -X PATCH https://api.socialsell.ai/v1/broadcasts/664t3s4t5u6v7w8x9y0z1a2b \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{"name": "Campanha Black Friday — v2"}'
```

## Resposta

Retorna `HTTP 200` com o disparo atualizado.
