# Update application Endpoint: PUT /api/application/{id} Version: v1 ## Path parameters: - `id` (integer, required) Application id ## Request fields (application/json): - `Id` (integer) - `Key` (string) Example: "00000000-0000-0000-0000-000000000000" - `Name` (string) - `Description` (string) - `HostClientId` (integer) - `Url` (string) - `ProductUrl` (string) - `IsActive` (boolean) - `Changed` (string) - `ChangedBy` (string)