1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 19:59:37 +00:00

docs: add method to docs

This commit is contained in:
James Cook 2023-10-08 21:00:40 +01:00
parent 0ae750e4b4
commit 34aa46f310

View file

@ -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");
```