Skip to content

Commit

Permalink
Replace Web with SIP (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
malkin0xb8 authored Jul 26, 2024
1 parent 42ef225 commit 59c88c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions odins_spear/methods/put.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ def user_authentication_service(self, user_id: str, new_password: str):
"""Set new SIP Authentication password for a single user.
Args:
user_id (str): Target user ID to reset the web authentication password.
new_password (str): New web authentication password to apply to new user.
user_id (str): Target user ID to reset the SIP authentication password.
new_password (str): New SIP authentication password to apply to new user.
Returns:
None: This method does not return any specific value.
Expand Down

0 comments on commit 59c88c0

Please sign in to comment.