Skip to content

Commit a94481b

Browse files
committed
Add role type
1 parent 145eebd commit a94481b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pages/balance_updates/balance-update-object.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ attributes:
2020
- name: email
2121
type: string
2222
description: User's email address.
23+
- name: role_type
24+
type: string
25+
description: The role type of the Client.
2326
- name: url
2427
type: string
2528
description: URL to the Client's object.
@@ -44,6 +47,9 @@ attributes:
4447
- name: email
4548
type: string
4649
description: The User's email address.
50+
- name: role_type
51+
type: string
52+
description: The role type of the Balance Update creator.
4753
- name: url
4854
type: string
4955
description: URL to the Creator's object. (This field will not be present if the creator is an Administrator)

0 commit comments

Comments
 (0)