Skip to content

Commit

Permalink
OCM-12401 | Add WifConfig patch endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobGray committed Dec 13, 2024
1 parent 64f4681 commit 22d34c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions model/clusters_mgmt/v1/wif_config_resource.model
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 22d34c1

Please sign in to comment.