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 Sep 9, 2023
1 parent 4ff1a68 commit 7f8e0ed
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 @@ -3486,6 +3489,9 @@
"global_name": {
"type": "string"
},
"legacy_username": {
"type": "string"
},
"discriminator": {
"type": "string"
},
Expand Down Expand Up @@ -6995,6 +7001,9 @@
"global_name": {
"type": "string"
},
"legacy_username": {
"type": "string"
},
"discriminator": {
"type": "string"
},
Expand Down Expand Up @@ -7115,6 +7124,9 @@
"global_name": {
"type": "string"
},
"legacy_username": {
"type": "string"
},
"discriminator": {
"type": "string"
},
Expand Down
Loading

0 comments on commit 7f8e0ed

Please sign in to comment.