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.