mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
docs: add method to docs
This commit is contained in:
parent
0ae750e4b4
commit
34aa46f310
1 changed files with 8 additions and 0 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