Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: elasticpath/elasticpath-dev
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: elasticpath/elasticpath-dev
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: docs-account-management.svc
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 15, 2024

  1. [Auto] Update docs for 'account-management.svc' from commit '94ddfe96…

    …' in branch 'main'
    steve-r-west committed Nov 15, 2024
    Copy the full SHA
    37e486e View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 openapispecs/accounts/OpenAPISpec.yaml
8 changes: 4 additions & 4 deletions openapispecs/accounts/OpenAPISpec.yaml
Original file line number Diff line number Diff line change
@@ -1281,7 +1281,7 @@ components:
type: boolean
example: true
auto_create_account_for_account_members:
description: This will automatically create an account for every account member with name and legal name matching with that of the account.
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.
type: boolean
example: true
account_member_self_management:
@@ -1475,7 +1475,7 @@ components:
AccountManagementAuthenticationToken:
properties:
type:
description: Specifices the type of the object. You must use `account_management_authentication_token`.
description: Specifies the type of the object. You must use `account_management_authentication_token`.
type: string
default: account_management_authentication_token
OpenIDConnectRequest:
@@ -1560,11 +1560,11 @@ components:
description: The name.
type: string
format: uri
example: totallylegit
example: "Ron Swanson"
email:
description: The email.
type: string
example: totallylegit@gmail.com
example: ron@swanson.com
required:
- type
- authentication_mechanism