mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 12:27:48 +00:00
978 B
978 B
ApplicationSaveGithubProviderRequest
Example Usage
import { ApplicationSaveGithubProviderRequest } from "dokploy/models/operations";
let value: ApplicationSaveGithubProviderRequest = {
applicationId: "<id>",
owner: "<value>",
githubId: "<id>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
applicationId |
string | ✔️ | N/A |
repository |
string | ➖ | N/A |
branch |
string | ➖ | N/A |
owner |
string | ✔️ | N/A |
buildPath |
string | ➖ | N/A |
githubId |
string | ✔️ | N/A |