Skip to content

PatchRepoRequest

Example Usage

typescript
import { PatchRepoRequest } from "@meetkai/mka1/models/operations";

let value: PatchRepoRequest = {
  org: "<value>",
  name: "<value>",
  patchRepoRequest: {},
};

Fields

FieldTypeRequiredDescription
orgstring✔️The organization URL slug.
namestring✔️The repository name (URL label).
xOnBehalfOfstringOptional external end-user identifier forwarded by the API gateway.
patchRepoRequestcomponents.PatchRepoRequest✔️N/A