mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-09 20:37:49 +00:00
initial commit
This commit is contained in:
19
docs/models/operations/authresetpasswordrequest.md
Normal file
19
docs/models/operations/authresetpasswordrequest.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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 |
|
||||
Reference in New Issue
Block a user