docs/ScreenshotUpdateParameters.md in phrase-1.0.13 vs docs/ScreenshotUpdateParameters.md in phrase-1.0.14
- old
+ new
@@ -2,19 +2,21 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
+**branch** | **String** | specify the branch to use | [optional]
**name** | **String** | Name of the screenshot | [optional]
**description** | **String** | Description of the screenshot | [optional]
**filename** | **File** | Screenshot file | [optional]
## Code Sample
```ruby
require 'Phrase'
-instance = Phrase::ScreenshotUpdateParameters.new(name: A screenshot name,
+instance = Phrase::ScreenshotUpdateParameters.new(branch: my-feature-branch,
+ name: A screenshot name,
description: A screenshot description,
filename: null)
```