Skip to content

Commit 9f2c0bd

Browse files
committed
add legacy_username user field
1 parent f5eed6b commit 9f2c0bd

File tree

4 files changed

+786
-1
lines changed

4 files changed

+786
-1
lines changed

assets/openapi.json

+12
Original file line numberDiff line numberDiff line change
@@ -1354,6 +1354,9 @@
13541354
"global_name": {
13551355
"type": "string"
13561356
},
1357+
"legacy_username": {
1358+
"type": "string"
1359+
},
13571360
"discriminator": {
13581361
"type": "string"
13591362
},
@@ -3479,6 +3482,9 @@
34793482
"global_name": {
34803483
"type": "string"
34813484
},
3485+
"legacy_username": {
3486+
"type": "string"
3487+
},
34823488
"discriminator": {
34833489
"type": "string"
34843490
},
@@ -6950,6 +6956,9 @@
69506956
"global_name": {
69516957
"type": "string"
69526958
},
6959+
"legacy_username": {
6960+
"type": "string"
6961+
},
69536962
"discriminator": {
69546963
"type": "string"
69556964
},
@@ -7070,6 +7079,9 @@
70707079
"global_name": {
70717080
"type": "string"
70727081
},
7082+
"legacy_username": {
7083+
"type": "string"
7084+
},
70737085
"discriminator": {
70747086
"type": "string"
70757087
},

0 commit comments

Comments
 (0)