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

1.4 KiB

ApplicationSaveGitlabProviderRequest

Example Usage

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 ✔️ N/A
gitlabBranch string ✔️ N/A
gitlabBuildPath string ✔️ N/A
gitlabOwner string ✔️ N/A
gitlabRepository string ✔️ N/A
gitlabId string ✔️ N/A
gitlabProjectId number ✔️ N/A
gitlabPathNamespace string ✔️ N/A