Skip to content

Commit

Permalink
chore: update rbac-client v2 spec name
Browse files Browse the repository at this point in the history
  • Loading branch information
apinkert committed Jan 6, 2025
1 parent 6f60f94 commit 752717e
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 752717e

Please sign in to comment.