# Update an Attribute Endpoint: PUT /attributes/computed/{id} Version: 6.10.0 Security: BasicAuth, ApiKey ## Path parameters: - `id` (integer, required) ## Request fields (application/json): - `id` (integer) - `description` (string) - `attribute` (string) - `expression` (string) - `type` (string) String|Number|Boolean ## Response 200 fields (application/json): - `id` (integer) - `description` (string) - `attribute` (string) - `expression` (string) - `type` (string) String|Number|Boolean