Skip to content

Commit 619fb89

Browse files
committed
Updated API from documentation release
1 parent bb49fa0 commit 619fb89

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

api-specs/api/types/business-unit/updates/BusinessUnitChangeAssociateModeAction.raml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@ properties:
1111
type: BusinessUnitAssociateMode
1212
description: |
1313
The new value for `associateMode`.
14+
makeInheritedAssociatesExplicit:
15+
type: boolean
16+
default: false
17+
description: |
18+
If set to `true` during a change to `associateMode="Explicit"`, all inherited Associates will be converted to explicit Associates.

api-specs/graphql/schema.sdl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2388,6 +2388,7 @@ input ChangeBusinessUnitAssociate {
23882388

23892389
input ChangeBusinessUnitAssociateMode {
23902390
associateMode: BusinessUnitAssociateMode!
2391+
makeInheritedAssociatesExplicit: Boolean = false
23912392
}
23922393

23932394
input ChangeBusinessUnitName {

0 commit comments

Comments
 (0)