mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 12:27:48 +00:00
1.2 KiB
1.2 KiB
GitlabUpdateRequest
Example Usage
import { GitlabUpdateRequest } from "dokploy/models/operations";
let value: GitlabUpdateRequest = {
gitlabId: "<id>",
gitProviderId: "<id>",
name: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
gitlabId |
string | ✔️ | N/A |
applicationId |
string | ➖ | N/A |
redirectUri |
string | ➖ | N/A |
secret |
string | ➖ | N/A |
accessToken |
string | ➖ | N/A |
refreshToken |
string | ➖ | N/A |
groupName |
string | ➖ | N/A |
expiresAt |
number | ➖ | N/A |
gitProviderId |
string | ✔️ | N/A |
name |
string | ✔️ | N/A |