Skip to content

Commit 696e223

Browse files
author
Phrase
committed
1 parent 6fddcdf commit 696e223

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/KeyCreateParameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ instance = Phrase::KeyCreateParameters.new(branch: my-feature-branch,
3535
data_type: number,
3636
tags: awesome-feature,needs-proofreading,
3737
max_characters_allowed: 140,
38-
screenshot: [B@5bbda7e2,
38+
screenshot: [B@daa6654,
3939
remove_screenshot: null,
4040
unformatted: null,
4141
default_translation_content: Default translation content,

docs/KeyUpdateParameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ instance = Phrase::KeyUpdateParameters.new(branch: my-feature-branch,
3434
data_type: number,
3535
tags: awesome-feature,needs-proofreading,
3636
max_characters_allowed: 140,
37-
screenshot: [B@37500808,
37+
screenshot: [B@6fd33f5a,
3838
remove_screenshot: null,
3939
unformatted: null,
4040
xml_space_preserve: null,

docs/ProjectCreateParameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ instance = Phrase::ProjectCreateParameters.new(name: My Android Project,
4040
main_format: yml,
4141
media: Python,
4242
shares_translation_memory: true,
43-
project_image: [B@47b8e2,
43+
project_image: [B@1c84d89e,
4444
remove_project_image: null,
4545
account_id: abcd1234,
4646
point_of_contact: abcd1234,

docs/ProjectUpdateParameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ instance = Phrase::ProjectUpdateParameters.new(account_id: abcd1234,
4141
main_format: yml,
4242
media: Python,
4343
shares_translation_memory: true,
44-
project_image: [B@2ba8f528,
44+
project_image: [B@66009368,
4545
remove_project_image: false,
4646
workflow: review,
4747
machine_translation_enabled: true,

docs/ScreenshotUpdateParameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require 'Phrase'
1717
instance = Phrase::ScreenshotUpdateParameters.new(branch: my-feature-branch,
1818
name: A screenshot name,
1919
description: A screenshot description,
20-
filename: [B@66009368)
20+
filename: [B@37500808)
2121
```
2222

2323

0 commit comments

Comments
 (0)