Skip to content

Commit d751c9d

Browse files
committed
Merge remote-tracking branch 'upstream/master' into account-linking-2
2 parents 74f9572 + 0535152 commit d751c9d

37 files changed

+2522
-51
lines changed

en/asgardeo/docs/apis/organization-apis/restapis/org-management.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -780,6 +780,7 @@ components:
780780
- name
781781
- orgHandle
782782
- status
783+
- version
783784
- ref
784785
properties:
785786
id:
@@ -795,6 +796,9 @@ components:
795796
type: string
796797
enum: [ ACTIVE, DISABLED ]
797798
example: ACTIVE
799+
version:
800+
type: string
801+
example: 'v1.0.0'
798802
hasChildren:
799803
type: boolean
800804
example: false
@@ -812,6 +816,7 @@ components:
812816
- name
813817
- orgHandle
814818
- status
819+
- version
815820
- created
816821
- lastModified
817822
- type
@@ -832,6 +837,9 @@ components:
832837
type: string
833838
enum: [ACTIVE, DISABLED]
834839
example: ACTIVE
840+
version:
841+
type: string
842+
example: 'v1.0.0'
835843
created:
836844
type: string
837845
example: '2021-10-25T12:31:53.406Z'
@@ -859,6 +867,7 @@ components:
859867
- name
860868
- orgHandle
861869
- status
870+
- version
862871
- created
863872
- lastModified
864873
- type
@@ -879,6 +888,9 @@ components:
879888
type: string
880889
enum: [ACTIVE, DISABLED]
881890
example: ACTIVE
891+
version:
892+
type: string
893+
example: 'v1.0.0'
882894
created:
883895
type: string
884896
example: '2021-10-25T12:31:53.406Z'
@@ -1019,6 +1031,7 @@ components:
10191031
- name
10201032
- orgHandle
10211033
- status
1034+
- version
10221035
- created
10231036
- lastModified
10241037
- type
@@ -1039,6 +1052,9 @@ components:
10391052
type: string
10401053
enum: [ACTIVE, DISABLED]
10411054
example: ACTIVE
1055+
version:
1056+
type: string
1057+
example: 'v1.0.0'
10421058
created:
10431059
type: string
10441060
example: '2021-10-25T12:31:53.406Z'

en/asgardeo/docs/apis/restapis/org-management.yaml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ paths:
438438
- Organization
439439
description: |
440440
This API updates the editable fields of the organization associated with the currently accessing organization.
441-
Currently only the organization name can be updated using this API.
441+
Currently only the organization name and version can be updated using this API.
442442
443443
<b>Scopes (Permissions) required:</b> `internal_organization_update`
444444
summary: Update organization details of the currently accessing organization.
@@ -703,6 +703,9 @@ components:
703703
type: string
704704
enum: [ACTIVE, DISABLED]
705705
example: ACTIVE
706+
version:
707+
type: string
708+
example: 'v1.0.0'
706709
attributes:
707710
type: array
708711
items:
@@ -770,6 +773,7 @@ components:
770773
- name
771774
- orgHandle
772775
- status
776+
- version
773777
- ref
774778
properties:
775779
id:
@@ -785,6 +789,9 @@ components:
785789
type: string
786790
enum: [ ACTIVE, DISABLED ]
787791
example: ACTIVE
792+
version:
793+
type: string
794+
example: 'v1.0.0'
788795
hasChildren:
789796
type: boolean
790797
example: false
@@ -802,6 +809,7 @@ components:
802809
- name
803810
- orgHandle
804811
- status
812+
- version
805813
- created
806814
- lastModified
807815
- type
@@ -822,6 +830,9 @@ components:
822830
type: string
823831
enum: [ACTIVE, DISABLED]
824832
example: ACTIVE
833+
version:
834+
type: string
835+
example: 'v1.0.0'
825836
created:
826837
type: string
827838
example: '2021-10-25T12:31:53.406Z'
@@ -849,6 +860,7 @@ components:
849860
- name
850861
- orgHandle
851862
- status
863+
- version
852864
- created
853865
- lastModified
854866
- type
@@ -869,6 +881,9 @@ components:
869881
type: string
870882
enum: [ACTIVE, DISABLED]
871883
example: ACTIVE
884+
version:
885+
type: string
886+
example: 'v1.0.0'
872887
created:
873888
type: string
874889
example: '2021-10-25T12:31:53.406Z'
@@ -1003,6 +1018,7 @@ components:
10031018
- name
10041019
- orgHandle
10051020
- status
1021+
- version
10061022
- created
10071023
- lastModified
10081024
- type
@@ -1023,6 +1039,9 @@ components:
10231039
type: string
10241040
enum: [ACTIVE, DISABLED]
10251041
example: ACTIVE
1042+
version:
1043+
type: string
1044+
example: 'v1.0.0'
10261045
created:
10271046
type: string
10281047
example: '2021-10-25T12:31:53.406Z'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{% include "../../../../../includes/guides/organization-management/inheritance-in-organizations/email-sms-templates-inheritance.md" %}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{% include "../../../../../includes/guides/organization-management/inheritance-in-organizations/index.md" %}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{% include "../../../../../includes/guides/organization-management/inheritance-in-organizations/login-registration-inheritance.md" %}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{% include "../../../../../includes/guides/organization-management/inheritance-in-organizations/ui-branding-inheritance.md" %}

en/asgardeo/mkdocs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,10 @@ nav:
445445
- Share user profiles with organizations: guides/organization-management/share-user-profiles.md
446446
- Try a B2B use case: guides/organization-management/try-a-b2b-use-case.md
447447
- API authorization for organizations: guides/organization-management/api-authorization-for-b2b.md
448+
- Inheritance in organizations:
449+
- Inheritance in organizations: guides/organization-management/inheritance-in-organizations/index.md
450+
- UI branding inheritance: guides/organization-management/inheritance-in-organizations/ui-branding-inheritance.md
451+
- Email and SMS template inheritance: guides/organization-management/inheritance-in-organizations/email-sms-templates-inheritance.md
448452
- Organization discovery:
449453
- Organization discovery: guides/organization-management/organization-discovery/index.md
450454
- Email domain based organization discovery: guides/organization-management/organization-discovery/email-domain-based-organization-discovery.md
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{% include "../../../../../../includes/guides/organization-management/inheritance-in-organizations/email-sms-templates-inheritance.md" %}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{% include "../../../../../../includes/guides/organization-management/inheritance-in-organizations/index.md" %}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{% include "../../../../../../includes/guides/organization-management/inheritance-in-organizations/ui-branding-inheritance.md" %}

0 commit comments

Comments
 (0)