mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 04:19:37 +00:00
1.4 KiB
1.4 KiB
GithubUpdateRequest
Example Usage
import { GithubUpdateRequest } from "dokploy/models/operations";
let value: GithubUpdateRequest = {
githubId: "<id>",
gitProviderId: "<id>",
name: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
githubId |
string | ✔️ | N/A |
githubAppName |
string | ➖ | N/A |
githubAppId |
number | ➖ | N/A |
githubClientId |
string | ➖ | N/A |
githubClientSecret |
string | ➖ | N/A |
githubInstallationId |
string | ➖ | N/A |
githubPrivateKey |
string | ➖ | N/A |
githubWebhookSecret |
string | ➖ | N/A |
gitProviderId |
string | ✔️ | N/A |
name |
string | ✔️ | N/A |