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/authcreateadminrequest.md
Normal file
19
docs/models/operations/authcreateadminrequest.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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 |
|
||||
Reference in New Issue
Block a user