Skip to content

Commit

Permalink
add legacy_username user field
Browse files Browse the repository at this point in the history
  • Loading branch information
Puyodead1 committed Jun 14, 2023
1 parent d600506 commit 02b42fc
Show file tree
Hide file tree
Showing 4 changed files with 786 additions and 1 deletion.
12 changes: 12 additions & 0 deletions assets/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1354,6 +1354,9 @@
"global_name": {
"type": "string"
},
"legacy_username": {
"type": "string"
},
"discriminator": {
"type": "string"
},
Expand Down Expand Up @@ -3479,6 +3482,9 @@
"global_name": {
"type": "string"
},
"legacy_username": {
"type": "string"
},
"discriminator": {
"type": "string"
},
Expand Down Expand Up @@ -6976,6 +6982,9 @@
"global_name": {
"type": "string"
},
"legacy_username": {
"type": "string"
},
"discriminator": {
"type": "string"
},
Expand Down Expand Up @@ -7096,6 +7105,9 @@
"global_name": {
"type": "string"
},
"legacy_username": {
"type": "string"
},
"discriminator": {
"type": "string"
},
Expand Down
Loading

0 comments on commit 02b42fc

Please sign in to comment.