Skip to content

Commit

Permalink
chore: regenerate sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
hperl committed Jul 15, 2024
1 parent 27280a9 commit 824ae3c
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 0 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions spec/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1262,6 +1262,10 @@
"password": {
"description": "The password in plain text if no hash is available.",
"type": "string"
},
"use_password_migration_hook": {
"description": "If set to true, the password will be migrated using the password migration hook.",
"type": "boolean"
}
},
"type": "object"
Expand Down
4 changes: 4 additions & 0 deletions spec/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -4389,6 +4389,10 @@
"password": {
"description": "The password in plain text if no hash is available.",
"type": "string"
},
"use_password_migration_hook": {
"description": "If set to true, the password will be migrated using the password migration hook.",
"type": "boolean"
}
}
},
Expand Down

0 comments on commit 824ae3c

Please sign in to comment.