mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
feat: add changePassword parent method (#40)
This commit is contained in:
parent
c42dd71cdf
commit
118c384131
3 changed files with 38 additions and 1 deletions
|
|
@ -336,3 +336,11 @@ Selects a pupil to make subsequent requests for.
|
|||
```typescript
|
||||
await client.selectPupil(123);
|
||||
```
|
||||
|
||||
## `.changePassword`
|
||||
|
||||
Changes the parent's password.
|
||||
|
||||
```typescript
|
||||
await client.changePassword("oldPassword", "newPassword");
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue