mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 04:19:37 +00:00
19 lines
589 B
Markdown
19 lines
589 B
Markdown
# AuthCreateAdminRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { AuthCreateAdminRequest } from "dokploy/models/operations";
|
|
|
|
let value: AuthCreateAdminRequest = {
|
|
email: "Cruz49@hotmail.com",
|
|
password: "LeMKZZnr6bCDRt7",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------ | ------------------ | ------------------ | ------------------ |
|
|
| `email` | *string* | :heavy_check_mark: | N/A |
|
|
| `password` | *string* | :heavy_check_mark: | N/A | |