Name | Type | Description | Notes ———— | ————- | ————- | ————- name | String | | [optional] mergeStrategies | List<MergeStrategiesEnum> | Available merge strategies, when this endpoint is the destination of the pull request. | [optional] defaultMergeStrategy | String | The default merge strategy, when this endpoint is the destination of the pull request. | [optional]
Name | Value —- | —– MERGE_COMMIT | "merge_commit" SQUASH | "squash" FAST_FORWARD | "fast_forward"