Skip to content

Commit 02b42fc

Browse files
committed
add legacy_username user field
1 parent d600506 commit 02b42fc

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
},
@@ -6976,6 +6982,9 @@
69766982
"global_name": {
69776983
"type": "string"
69786984
},
6985+
"legacy_username": {
6986+
"type": "string"
6987+
},
69796988
"discriminator": {
69806989
"type": "string"
69816990
},
@@ -7096,6 +7105,9 @@
70967105
"global_name": {
70977106
"type": "string"
70987107
},
7108+
"legacy_username": {
7109+
"type": "string"
7110+
},
70997111
"discriminator": {
71007112
"type": "string"
71017113
},

0 commit comments

Comments
 (0)