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

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 |