Update account_groups_api.py

This commit is contained in:
João Malés 2024-09-27 14:56:54 +01:00 committed by GitHub
parent 3303af5f52
commit dca9e1809b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -111,6 +111,7 @@ class AccountGroupsApi:
'404': "Error", '404': "Error",
'429': "Error", '429': "Error",
'500': "Error", '500': "Error",
'501': "error"
} }
response_data = self.api_client.call_api( response_data = self.api_client.call_api(
*_param, *_param,