PatchRepoRequest
Example Usage
typescript
import { PatchRepoRequest } from "@meetkai/mka1/models/operations";
let value: PatchRepoRequest = {
org: "<value>",
name: "<value>",
patchRepoRequest: {},
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
org | string | ✔️ | The organization URL slug. |
name | string | ✔️ | The repository name (URL label). |
xOnBehalfOf | string | ➖ | Optional external end-user identifier forwarded by the API gateway. |
patchRepoRequest | components.PatchRepoRequest | ✔️ | N/A |