Skip to main content
  1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. CustomVCSRepository

CustomVCSRepository

    A repository configured on a custom VCS integration. Each repository is identified by its name, which is joined with the integration’s base URL to form the full clone URL.

    Properties

    • name string required
      Repository name or path, joined with the integration’s base URL to form the clone URL (e.g. ‘myrepo’ or ‘subgroup/myrepo’)
    • displayName string optional
      Human-readable display name for the repository. If not provided, the name is used for display purposes.