Skip to content

Commit

Permalink
Updated doc string
Browse files Browse the repository at this point in the history
Updated doc string to include '(int)'
  • Loading branch information
LivCurtis committed Jun 7, 2024
1 parent 64fe6d9 commit 726fad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odins_spear/methods/put.py
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@ def service_providers_trunk_group_call_capacity(self, service_provider_id: str,
Args:
service_provider_id (str): service provider id for which the max active calls needs to be updated
max_active_calls (int): the updated number of max active calls
bursting_max_active_calls: the updated number of bursting max active calls
bursting_max_active_calls (int): the updated number of bursting max active calls
"""

Expand Down

0 comments on commit 726fad1

Please sign in to comment.