docs/ScreenshotsApi.md in phrase-2.18.0 vs docs/ScreenshotsApi.md in phrase-2.19.0
- old
+ new
@@ -41,10 +41,10 @@
opts = {
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
branch: 'branch_example', # String | specify the branch to use
name: 'name_example', # String | Name of the screenshot
description: 'description_example', # String | Description of the screenshot
- filename: File.new('/path/to/file') # File | Screenshot file
+ filename: File.new('/path/to/some/file') # File | Screenshot file
}
begin
#Create a screenshot
result = api_instance.screenshot_create(project_id, opts)