mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 12:27:48 +00:00
28 lines
1.4 KiB
Markdown
28 lines
1.4 KiB
Markdown
# GithubUpdateRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GithubUpdateRequest } from "dokploy/models/operations";
|
|
|
|
let value: GithubUpdateRequest = {
|
|
githubId: "<id>",
|
|
gitProviderId: "<id>",
|
|
name: "<value>",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ---------------------- | ---------------------- | ---------------------- | ---------------------- |
|
|
| `githubId` | *string* | :heavy_check_mark: | N/A |
|
|
| `githubAppName` | *string* | :heavy_minus_sign: | N/A |
|
|
| `githubAppId` | *number* | :heavy_minus_sign: | N/A |
|
|
| `githubClientId` | *string* | :heavy_minus_sign: | N/A |
|
|
| `githubClientSecret` | *string* | :heavy_minus_sign: | N/A |
|
|
| `githubInstallationId` | *string* | :heavy_minus_sign: | N/A |
|
|
| `githubPrivateKey` | *string* | :heavy_minus_sign: | N/A |
|
|
| `githubWebhookSecret` | *string* | :heavy_minus_sign: | N/A |
|
|
| `gitProviderId` | *string* | :heavy_check_mark: | N/A |
|
|
| `name` | *string* | :heavy_check_mark: | N/A | |