# Update a tag Update a tag's name or color. Endpoint: PUT /leads/api/tags/{uuid} Version: 2.0.0 Security: bearerAuth ## Path parameters: - `uuid` (string, required) Resource UUID. ## Request fields (application/json): - `name` (string) Example: "Warm Lead" - `color` (string) Example: "#33ff57" ## Response 200 fields (application/json): - `uuid` (string) Example: "a1b2c3d4-e5f6-7890-abcd-ef1234567890" - `team_id` (integer) - `name` (string) Example: "Hot Lead" - `color` (string,null) Example: "#ff5733" - `created_at` (string) - `updated_at` (string)