File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
asgardeo/docs/apis/restapis
identity-server/next/docs/apis/restapis Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments