mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
19 lines
622 B
Markdown
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 | |