Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Latest commit

 

History

History
29 lines (15 loc) · 930 Bytes

File metadata and controls

29 lines (15 loc) · 930 Bytes

LaunchDarklyApi.RepositoryPost

Properties

Name Type Description Notes
name String The repository name
sourceLink String A URL to access the repository [optional]
commitUrlTemplate String A template for constructing a valid URL to view the commit [optional]
hunkUrlTemplate String A template for constructing a valid URL to view the hunk [optional]
type String The type of repository. If not specified, the default value is <code>custom</code>. [optional]
defaultBranch String The repository's default branch. If not specified, the default value is <code>main</code>. [optional]

Enum: TypeEnum

  • bitbucket (value: "bitbucket")

  • custom (value: "custom")

  • github (value: "github")

  • gitlab (value: "gitlab")