Skip to content

Commit

Permalink
feat: Replace Controller role with Billing Admin role (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayushi3333 committed Feb 15, 2024
1 parent a1b2534 commit c24b3a3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions go/models/account_add_member_setup.go

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

8 changes: 4 additions & 4 deletions go/models/account_update_member_setup.go

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

4 changes: 2 additions & 2 deletions swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3511,15 +3511,15 @@ definitions:
properties:
role:
type: string
enum: ['Owner', 'Collaborator', 'Controller']
enum: ['Owner', 'Collaborator', 'Billing Admin']
email:
type: string
accountUpdateMemberSetup:
type: object
properties:
role:
type: string
enum: ['Owner', 'Collaborator', 'Controller']
enum: ['Owner', 'Collaborator', 'Billing Admin']
site_access:
type: string
enum: ['all', 'none', 'selected']
Expand Down

0 comments on commit c24b3a3

Please sign in to comment.