Files
Dokploy-ts-sdk/docs/models/operations/githubtestconnectionrequest.md
2025-09-26 02:33:10 +00:00

17 lines
476 B
Markdown

# GithubTestConnectionRequest
## Example Usage
```typescript
import { GithubTestConnectionRequest } from "dokploy/models/operations";
let value: GithubTestConnectionRequest = {
githubId: "<id>",
};
```
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `githubId` | *string* | :heavy_check_mark: | N/A |