Files
discoursejs/docs/sdk/models/operations/changepasswordrequestbody.md

19 lines
622 B
Markdown

# ChangePasswordRequestBody
## Example Usage
```typescript
import { ChangePasswordRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
let value: ChangePasswordRequestBody = {
password: "Wc7yaSsYhfUF546",
username: "Christy_Erdman73",
};
```
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `password` | *string* | :heavy_check_mark: | N/A |
| `username` | *string* | :heavy_check_mark: | N/A |