Skip to content

Commit

Permalink
Removing virtual number cooloff period, force pin authentication as u…
Browse files Browse the repository at this point in the history
…pdatable parameters.
  • Loading branch information
JayaBharat-plivo committed Sep 6, 2024
1 parent e941af1 commit 68f3f2e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plivo/resources/maskingsession.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,7 @@ def update_masking_session(self,
recording_callback_method=None,
subaccount=None,
geomatch=None,
create_session_with_single_party=None,
virtual_number_cooloff_period=None,
force_pin_authentication=None
create_session_with_single_party=None
):
return self.client.request('POST', ('Masking', 'Session', session_uuid),
to_param_dict(self.update_masking_session, locals()), is_voice_request=True)
Expand Down

0 comments on commit 68f3f2e

Please sign in to comment.