© 2024 Clarivate
PUT /api/.../patrons/{id}/password?password={newpassword}
Set (or update) a patron's password.
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | The unique id assigned to the patron. |
password | String | Yes | The new password for the patron. |
encoding | String | No | Must be set to null or 'base64'. The base64 option was added to workaround an ASP.NET bug which converts a string consisting entirely of spaces to null. https://stackoverflow.com/questions/73256266/asp-net-6-0-fromquery-string-is-null-when-whitespace-is-passed |
Code | Description |
---|---|
200 | OK. Success |