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

31 lines
1.4 KiB
Markdown

# ApplicationSaveGitlabProviderRequest
## Example Usage
```typescript
import { ApplicationSaveGitlabProviderRequest } from "dokploy/models/operations";
let value: ApplicationSaveGitlabProviderRequest = {
applicationId: "<id>",
gitlabBranch: "<value>",
gitlabBuildPath: "<value>",
gitlabOwner: "<value>",
gitlabRepository: "<value>",
gitlabId: "<id>",
gitlabProjectId: 9227.42,
gitlabPathNamespace: "<value>",
};
```
## Fields
| Field | Type | Required | Description |
| --------------------- | --------------------- | --------------------- | --------------------- |
| `applicationId` | *string* | :heavy_check_mark: | N/A |
| `gitlabBranch` | *string* | :heavy_check_mark: | N/A |
| `gitlabBuildPath` | *string* | :heavy_check_mark: | N/A |
| `gitlabOwner` | *string* | :heavy_check_mark: | N/A |
| `gitlabRepository` | *string* | :heavy_check_mark: | N/A |
| `gitlabId` | *string* | :heavy_check_mark: | N/A |
| `gitlabProjectId` | *number* | :heavy_check_mark: | N/A |
| `gitlabPathNamespace` | *string* | :heavy_check_mark: | N/A |