mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-10 04:19:48 +00:00
initial commit
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
# 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 |
|
||||
Reference in New Issue
Block a user