mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 12:27:48 +00:00
21 lines
899 B
Markdown
21 lines
899 B
Markdown
# ApplicationSaveGitProdiverRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { ApplicationSaveGitProdiverRequest } from "dokploy/models/operations";
|
|
|
|
let value: ApplicationSaveGitProdiverRequest = {
|
|
applicationId: "<id>",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| -------------------- | -------------------- | -------------------- | -------------------- |
|
|
| `customGitBranch` | *string* | :heavy_minus_sign: | N/A |
|
|
| `applicationId` | *string* | :heavy_check_mark: | N/A |
|
|
| `customGitBuildPath` | *string* | :heavy_minus_sign: | N/A |
|
|
| `customGitUrl` | *string* | :heavy_minus_sign: | N/A |
|
|
| `customGitSSHKeyId` | *string* | :heavy_minus_sign: | N/A | |