Skip to content

Commit

Permalink
Merge pull request #599 from tzvatot/provision-shards
Browse files Browse the repository at this point in the history
Add update function to provision shard
  • Loading branch information
zgalor authored Aug 2, 2022
2 parents 483d00a + 09da57c commit 7cc816c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

This document describes the relevant changes between releases of the API model.

## 0.0.213 Aug 02 2022
- Add update function to provision shard API.

## 0.0.212 Aug 01 2022
- Add status to provision shard API.

Expand Down
5 changes: 5 additions & 0 deletions model/clusters_mgmt/v1/provision_shard_resource.model
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ resource ProvisionShard {
out Body ProvisionShard
}

// Updates the details of the provision shard.
method Update {
in out Body ProvisionShard
}

// Delete the provision shard.
method Delete {
}
Expand Down

0 comments on commit 7cc816c

Please sign in to comment.