| Campo | Tipo | Descrição | Valores Aceitos |
|---|---|---|---|
| status | enum (opcional) | Novo status para a proposta. | accepted, rejected, pending |
curl --location --request PUT 'https://api.cubosuite.com.br/proposals/1' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "accepted"
}'{}