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

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 |