mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 04:19:37 +00:00
3.2 KiB
3.2 KiB
AuthUpdateRequest
Example Usage
import { AuthUpdateRequest } from "dokploy/models/operations";
let value: AuthUpdateRequest = {
email: "Sam56@yahoo.com",
password: "J5mRzNG9iBEmeW3",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id |
string | ➖ | N/A |
email |
string | ✔️ | N/A |
password |
string | ✔️ | N/A |
rol |
operations.Rol | ➖ | N/A |
image |
string | ➖ | N/A |
secret |
string | ➖ | N/A |
token |
string | ➖ | N/A |
is2FAEnabled |
boolean | ➖ | N/A |
createdAt |
string | ➖ | N/A |
resetPasswordToken |
string | ➖ | N/A |
resetPasswordExpiresAt |
string | ➖ | N/A |
confirmationToken |
string | ➖ | N/A |
confirmationExpiresAt |
string | ➖ | N/A |