Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 3.73 KB

File metadata and controls

11 lines (9 loc) · 3.73 KB

CreateSdkGitConnection

Properties

Name Type Required Description
source SdkSource The collection or specification that the SDK is generated from.
language SdkLanguage The target output language for the generated SDK.
repositoryUrl string The canonical URL of the target Git repository.
targetBranch string The branch the SDK is published to. Defaults to main.
autoUpdatePullRequestsEnabled boolean If true, pull requests are opened automatically whenever the source changes or a new version of the SDK generator is released. If false, pull requests are opened automatically, but only for manually-triggered SDK regeneration. If autoUpdatePullRequestsEnabled isn't set, the default behavior depends on the user's Postman plan: - Enterprise plan users — Defaults to the true value. - Team plan users and read only — Defaults to the false value.