Skip to content

Commit

Permalink
Added json annotation to deleteAssociatedResources in account resource (
Browse files Browse the repository at this point in the history
  • Loading branch information
tirthct authored Jun 28, 2023
1 parent 670a045 commit 879a5d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changes

This document describes the relevant changes between releases of the API model.
## 0.0.296 June 28 2023
- Add json annotation to `DeleteAssociatedResources` locator in account resource

## 0.0.295 June 26 2023
- Update `ReserveAt` to `ReserveAtTimestamp` in dns domain type

Expand Down
1 change: 1 addition & 0 deletions model/accounts_mgmt/v1/account_resource.model
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ resource Account {
}

method Delete {
@json(name = "deleteAssociatedResources")
in DeleteAssociatedResources Boolean = false
}

Expand Down

0 comments on commit 879a5d8

Please sign in to comment.