{
"amount": 1000,
"name": "Alterado via API",
"description": "Alterado via API",
"redirect_link": null,
"status": "active"
}curl --location -g --request PUT 'https://prod.your-api-server.com/v1/links/{{link_id}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 1000,
"name": "Alterado via API",
"description": "Alterado via API",
"redirect_link": null,
"status": "active"
}'{
"id": 39,
"ref_id": "QZTEMGJGGA",
"url": "http://dashboard.gateway1.local/link/QZTEMGJGGA",
"amount": 100,
"type": "payment",
"name": "Tuna",
"description": "Repellendus quod modi velit quod.",
"redirect": "https://www.example.com.br/",
"status": "inactive",
"expire_date": "2025-09-18",
"enable_pix": 1,
"enable_boleto": 1,
"enable_card": 1,
"credit_tax": {
"start_installment_at": 3,
"installment_fee": "3.50"
},
"created_at": "2025-09-16T15:45:13.000000Z",
"updated_at": "2025-09-16T15:46:40.000000Z",
"metadata": "teste"
}