Files
Dokploy-ts-sdk/docs/models/operations/authresetpasswordrequest.md
2025-09-26 02:33:10 +00:00

19 lines
629 B
Markdown

# AuthResetPasswordRequest
## Example Usage
```typescript
import { AuthResetPasswordRequest } from "dokploy/models/operations";
let value: AuthResetPasswordRequest = {
resetPasswordToken: "<value>",
password: "CIXB8RGJr2fxQBu",
};
```
## Fields
| Field | Type | Required | Description |
| -------------------- | -------------------- | -------------------- | -------------------- |
| `resetPasswordToken` | *string* | :heavy_check_mark: | N/A |
| `password` | *string* | :heavy_check_mark: | N/A |