added security key to password changing

This commit is contained in:
Cam
2024-02-14 13:18:22 -06:00
parent 5861cc7d7e
commit b6d42de92f
8 changed files with 44 additions and 11 deletions

View File

@ -107,7 +107,7 @@ class AccountApi(object):
['application/zrok.v1+json']) # noqa: E501
# Authentication setting
auth_settings = [] # noqa: E501
auth_settings = ['key'] # noqa: E501
return self.api_client.call_api(
'/changePassword', 'POST',