Skip to content

Commit c24b3a3

Browse files
authored
feat: Replace Controller role with Billing Admin role (#528)
1 parent a1b2534 commit c24b3a3

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

go/models/account_add_member_setup.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/models/account_update_member_setup.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

swagger.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3511,15 +3511,15 @@ definitions:
35113511
properties:
35123512
role:
35133513
type: string
3514-
enum: ['Owner', 'Collaborator', 'Controller']
3514+
enum: ['Owner', 'Collaborator', 'Billing Admin']
35153515
email:
35163516
type: string
35173517
accountUpdateMemberSetup:
35183518
type: object
35193519
properties:
35203520
role:
35213521
type: string
3522-
enum: ['Owner', 'Collaborator', 'Controller']
3522+
enum: ['Owner', 'Collaborator', 'Billing Admin']
35233523
site_access:
35243524
type: string
35253525
enum: ['all', 'none', 'selected']

0 commit comments

Comments
 (0)