---
title: "POST /application.saveGitlabProvider"
method: POST
path: "/application.saveGitlabProvider"
tags: ["application"]
---

# POST /application.saveGitlabProvider

`POST /application.saveGitlabProvider`

## Request body

- object
  - `applicationId` string, required
  - `gitlabBuildPath` string, nullable, required
  - `gitlabOwner` string, nullable, required
  - `gitlabRepository` string, nullable, required
  - `gitlabId` string, nullable, required
  - `gitlabProjectId` number, nullable, required
  - `gitlabPathNamespace` string, nullable, required
  - `gitlabBranch` string, required
  - `enableSubmodules` boolean
  - `watchPaths` string[], nullable

## Response `200`

Successful response

- object

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `500` — Internal server error

---

[API](https://skmtc.net/dokploy/apis/dokploy-api.md) · [All operations](https://skmtc.net/dokploy/apis/dokploy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dokploy/dokploy-api/versions/0c21b2084cd6/schema)
