File tree Expand file tree Collapse file tree 1 file changed +39
-1
lines changed Expand file tree Collapse file tree 1 file changed +39
-1
lines changed Original file line number Diff line number Diff line change @@ -434,7 +434,7 @@ paths:
434
434
content :
435
435
application/json :
436
436
schema :
437
- type : object
437
+ $ref : ' #/components/schemas/UserUpdateRolesResponse_core '
438
438
/api/v3/users/{userUid}/move :
439
439
post :
440
440
tags :
@@ -1828,6 +1828,44 @@ components:
1828
1828
properties :
1829
1829
permission :
1830
1830
type : string
1831
+ UserUpdateRolesResponse_core :
1832
+ type : object
1833
+ properties :
1834
+ data :
1835
+ type : object
1836
+ properties :
1837
+ processedRoleIds :
1838
+ type : array
1839
+ items :
1840
+ type : object
1841
+ properties :
1842
+ value :
1843
+ type : string
1844
+ example : ' desktop-user'
1845
+ newlyAssignedRoleIds :
1846
+ type : array
1847
+ items :
1848
+ type : object
1849
+ properties :
1850
+ value :
1851
+ type : string
1852
+ example : ' desktop-user'
1853
+ unassignedRoleIds :
1854
+ type : array
1855
+ items :
1856
+ type : object
1857
+ properties :
1858
+ value :
1859
+ type : string
1860
+ example : ' desktop-user'
1861
+ ignoredRoleIds :
1862
+ type : array
1863
+ items :
1864
+ type : object
1865
+ properties :
1866
+ value :
1867
+ type : string
1868
+ example : ' desktop-user'
1831
1869
CustomerResponse_core :
1832
1870
type : object
1833
1871
properties :
You can’t perform that action at this time.
0 commit comments