Skip to content

Commit

Permalink
Merge pull request #342 from RedHatInsights/update-rbac-ref
Browse files Browse the repository at this point in the history
Update rbac-client v2 spec name
  • Loading branch information
fhlavac authored Jan 6, 2025
2 parents 6f60f94 + 752717e commit 3f8e52d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/rbac/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"options": {
"specs": {
"default": "https://raw.githubusercontent.com/RedHatInsights/insights-rbac/master/docs/source/specs/openapi.json",
"v2": "https://raw.githubusercontent.com/RedHatInsights/insights-rbac/master/docs/source/specs/v2/openapi.v2.yaml"
"v2": "https://raw.githubusercontent.com/RedHatInsights/insights-rbac/master/docs/source/specs/v2/openapi.yaml"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/rbac/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ export interface CrossAccountRequestIn {
* @type {string}
* @memberof CrossAccountRequestIn
*/
'target_account': string;
'target_account'?: string;
/**
*
* @type {string}
Expand Down

0 comments on commit 3f8e52d

Please sign in to comment.