mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 20:37:44 +00:00
initial commit
This commit is contained in:
28
docs/models/operations/githubupdaterequest.md
Normal file
28
docs/models/operations/githubupdaterequest.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# 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 |
|
||||
Reference in New Issue
Block a user