# Update a Saved Command Endpoint: PUT /commands/{id} Version: 6.10.0 Security: BasicAuth, ApiKey ## Path parameters: - `id` (integer, required) ## Request fields (application/json): - `id` (integer) - `deviceId` (integer) - `description` (string) - `type` (string) - `attributes` (object) ## Response 200 fields (application/json): - `id` (integer) - `deviceId` (integer) - `description` (string) - `type` (string) - `attributes` (object)