Skip to content

Commit 7bcdd50

Browse files
authored
Merge pull request #5512 from Yasasr1/add-versioning-docs
Add docs for adding version to users/v1/me/organizations response
2 parents 8212293 + f1eb23d commit 7bcdd50

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

en/asgardeo/docs/apis/restapis/user-organization.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ components:
230230
- id
231231
- name
232232
- status
233+
- version
233234
- ref
234235
properties:
235236
id:
@@ -242,6 +243,9 @@ components:
242243
type: string
243244
enum: [ ACTIVE, DISABLED ]
244245
example: ACTIVE
246+
version:
247+
type: string
248+
example: 'v1.0.0'
245249
ref:
246250
type: string
247251
example: '/t/{root-organization-name}/api/server/v1/organizations/b4526d91-a8bf-43d2-8b14-c548cf73065b'

en/identity-server/next/docs/apis/restapis/user-organization.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ components:
235235
- id
236236
- name
237237
- status
238+
- version
238239
- ref
239240
properties:
240241
id:
@@ -247,6 +248,9 @@ components:
247248
type: string
248249
enum: [ ACTIVE, DISABLED ]
249250
example: ACTIVE
251+
version:
252+
type: string
253+
example: 'v1.0.0'
250254
ref:
251255
type: string
252256
example: '/t/{tenantDomain}/api/server/v1/organizations/b4526d91-a8bf-43d2-8b14-c548cf73065b'

0 commit comments

Comments
 (0)