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

# POST /application.saveGithubProvider

`POST /application.saveGithubProvider`

## Request body

- object
  - `applicationId` string, required
  - `repository` string, nullable, required
  - `owner` string, nullable, required
  - `buildPath` string, nullable, required
  - `githubId` string, nullable, required
  - `branch` string, required
  - `triggerType` 'push' | 'tag', 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/e43061d02faa/schema)
