Skip to content

Commit

Permalink
Added capabilities property in account_types (#587)
Browse files Browse the repository at this point in the history
* Added capabilities in account_types
  • Loading branch information
tirthct authored Jul 22, 2022
1 parent 93fff26 commit 52de229
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
Expand Up @@ -2,6 +2,9 @@

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

## 0.0.209 Jul 11 2022
- Add `Capabilities` property to AccountType model.

## 0.0.208 Jul 11 2022
- Add `Delete` method to RegistryCredentialResource model.

Expand Down
1 change: 1 addition & 0 deletions model/accounts_mgmt/v1/account_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ class Account {
// RhitAccountID will be deprecated in favor of RhitWebUserId
RhitAccountID string
RhitWebUserId string
Capabilities []Capability
}

0 comments on commit 52de229

Please sign in to comment.