# Editar Impuesto Edita el impuesto solicitado. Endpoint: PATCH /tax/{tax-id}/ Version: 1.0 Security: AppKeys ## Path parameters: - `tax-id` (string, required) Identificador del impuesto que se desea solicitar ## Request fields (application/json): - `name` (string) Nombre - `percent` (number) Por ciento ## Response 200 fields (application/json): - `id` (string) Identificador Ășnico - `name` (string, required) Nombre - `percent` (number, required) Por ciento