Skip to main content
MUTATION
updateCodebaseRepository(input: UpdateCodebaseRepositoryInput!): CodebaseRepository!

Arguments

Values for the requested operation.

id
ID!

Stable identifier for this codebase repository.

canonicalOrigin
String!

Whether this codebase repository can onical origin.

displayOrigin
String!

The display origin associated with this codebase repository.

name
String!

Display name of this codebase repository.

description
String!

Human-readable description of this codebase repository.

jiraBranchRegex
String

The Jira branch regex associated with this codebase repository. May be null when unavailable or not applicable.

keepBaseBranchUpToDate
Boolean!

Whether the keep base branch up to date condition is true for this codebase repository.

skillGroups

Skill groups associated with this codebase repository.

quickActionWorkflows

Quick action workflows associated with this codebase repository.

codebases

Codebases associated with this codebase repository.

preparations

Preparations applied to worktrees for this repository.

createdAt
String!

ISO 8601 timestamp when this codebase repository was created.

updatedAt
String!

ISO 8601 timestamp when this codebase repository was last updated.

Mutation
Variables
Response