Skip to content

Commit

Permalink
[OCM-2111] add organisation id to feature_review_request type
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirumlaDevi committed Sep 29, 2023
1 parent db5d984 commit a2f0ee9
Show file tree
Hide file tree
Showing 2 changed files with 6 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.325 September 28 2023
- Add `OrganizationId` to `feature_review_request` type

## 0.0.324 September 26 2023
- Add `CreatedAt` to `cluster_log` type
- Add `CreatedBy` to `cluster_log` type
Expand Down
3 changes: 3 additions & 0 deletions model/authorizations/v1/feature_review_request_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ struct FeatureReviewRequest {

// Indicates the feature which can be toggled
Feature String

// Defines the organisation id of the account of which access is being reviewed
OrganizationId String
}

0 comments on commit a2f0ee9

Please sign in to comment.