Update account_groups_api.py

This commit is contained in:
João Malés 2024-09-27 14:26:17 +01:00 committed by GitHub
parent 1b3bf87ed5
commit 1ada2df37b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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