Skip to content

Commit 4ea2ea3

Browse files
sync docs (#517)
Co-authored-by: michaeljguarino <3838088+michaeljguarino@users.noreply.github.com>
1 parent 291d747 commit 4ea2ea3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/overview/management-api-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3686,7 +3686,7 @@ _Appears in:_
36863686
| Field | Description | Default | Validation |
36873687
| --- | --- | --- | --- |
36883688
| `name` _string_ | Name is a human-readable name of the ScmConnection. | | Required: \{\} <br /> |
3689-
| `type` _[ScmType](#scmtype)_ | Type is the name of the scm service for the ScmConnection.<br />One of (ScmType): [github, gitlab] | | Enum: [GITHUB GITLAB BITBUCKET] <br />Required: \{\} <br />Type: string <br /> |
3689+
| `type` _[ScmType](#scmtype)_ | Type is the name of the scm service for the ScmConnection.<br />One of (ScmType): [GITHUB, GITLAB, AZURE_DEVOPS, BITBUCKET] | | Enum: [GITHUB GITLAB BITBUCKET AZURE_DEVOPS] <br />Required: \{\} <br />Type: string <br /> |
36903690
| `tokenSecretRef` _[SecretReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#secretreference-v1-core)_ | A secret containing this access token you will use, stored in the `token` data field. | | Optional: \{\} <br /> |
36913691
| `username` _string_ | Username ... | | Optional: \{\} <br /> |
36923692
| `baseUrl` _string_ | BaseUrl is a base URL for Git clones for self-hosted versions. | | Optional: \{\} <br /> |

0 commit comments

Comments
 (0)