docs/JobCommentUpdateParameters.md in phrase-3.7.0 vs docs/JobCommentUpdateParameters.md in phrase-3.7.1

- old
+ new

@@ -3,15 +3,17 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **message** | **String** | Comment message | [optional] +**branch** | **String** | Branch name for the job | [optional] ## Code Sample ```ruby require 'Phrase' -instance = Phrase::JobCommentUpdateParameters.new(message: Some message...) +instance = Phrase::JobCommentUpdateParameters.new(message: Some message..., + branch: my-feature-branch) ```