mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 04:19:37 +00:00
675 B
675 B
AuthCreateUserRequest
Example Usage
import { AuthCreateUserRequest } from "dokploy/models/operations";
let value: AuthCreateUserRequest = {
password: "gE2NX4q7ofEYUc1",
id: "<id>",
token: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
password |
string | ✔️ | N/A |
id |
string | ✔️ | N/A |
token |
string | ✔️ | N/A |