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:
@@ -0,0 +1,20 @@
|
||||
# ApplicationSaveDockerProviderRequest
|
||||
|
||||
## Example Usage
|
||||
|
||||
```typescript
|
||||
import { ApplicationSaveDockerProviderRequest } from "dokploy/models/operations";
|
||||
|
||||
let value: ApplicationSaveDockerProviderRequest = {
|
||||
applicationId: "<id>",
|
||||
};
|
||||
```
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `dockerImage` | *string* | :heavy_minus_sign: | N/A |
|
||||
| `applicationId` | *string* | :heavy_check_mark: | N/A |
|
||||
| `username` | *string* | :heavy_minus_sign: | N/A |
|
||||
| `password` | *string* | :heavy_minus_sign: | N/A |
|
||||
Reference in New Issue
Block a user