diff --git a/CHANGES.md b/CHANGES.md index aeb515b3..3b33af33 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,9 @@ This document describes the relevant changes between releases of the API model. +## 0.0.404 Dec 13 2024 +- Add WifConfig patch endpoint + ## 0.0.403 Dec 13 2024 - Add `NodesOutboundConnectivity` in azure_type.model to the `Azure` model - Add `AzureNodesOutboundConnectivity` model diff --git a/model/clusters_mgmt/v1/wif_config_resource.model b/model/clusters_mgmt/v1/wif_config_resource.model index 3698ed8c..54e92edd 100644 --- a/model/clusters_mgmt/v1/wif_config_resource.model +++ b/model/clusters_mgmt/v1/wif_config_resource.model @@ -21,6 +21,11 @@ resource WifConfig { out Body WifConfig } + // Updates the WifConfig. + method Update { + in out Body WifConfig + } + // Deletes the wif_config. method Delete { // Dry run flag is used to check if the operation can be completed, but won't delete.