Skip to content

Commit 37e486e

Browse files
committed
[Auto] Update docs for 'account-management.svc' from commit '94ddfe96' in branch 'main'
1 parent e6665fe commit 37e486e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

openapispecs/accounts/OpenAPISpec.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,7 @@ components:
12811281
type: boolean
12821282
example: true
12831283
auto_create_account_for_account_members:
1284-
description: This will automatically create an account for every account member with name and legal name matching with that of the account.
1284+
description: This will automatically create an account for every account member with name and legal name matching with that of the account, if they do not have an account already.
12851285
type: boolean
12861286
example: true
12871287
account_member_self_management:
@@ -1475,7 +1475,7 @@ components:
14751475
AccountManagementAuthenticationToken:
14761476
properties:
14771477
type:
1478-
description: Specifices the type of the object. You must use `account_management_authentication_token`.
1478+
description: Specifies the type of the object. You must use `account_management_authentication_token`.
14791479
type: string
14801480
default: account_management_authentication_token
14811481
OpenIDConnectRequest:
@@ -1560,11 +1560,11 @@ components:
15601560
description: The name.
15611561
type: string
15621562
format: uri
1563-
example: totallylegit
1563+
example: "Ron Swanson"
15641564
email:
15651565
description: The email.
15661566
type: string
1567-
example: totallylegit@gmail.com
1567+
example: ron@swanson.com
15681568
required:
15691569
- type
15701570
- authentication_mechanism

0 commit comments

Comments
 (0)