Skip to content

Commit 60d2071

Browse files
author
Phrase
committed
1 parent 6395423 commit 60d2071

File tree

9 files changed

+9
-5
lines changed

9 files changed

+9
-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@daa6654,
38+
screenshot: [B@276038e7,
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@6fd33f5a,
37+
screenshot: [B@4be8d40e,
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@1c84d89e,
43+
project_image: [B@596707f5,
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@66009368,
44+
project_image: [B@6ec05499,
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@37500808)
20+
filename: [B@4659d776)
2121
```
2222

2323

lib/phrase/models/job.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def self.openapi_types
5757
# List of attributes with nullable: true
5858
def self.openapi_nullable
5959
Set.new([
60+
:'due_date',
6061
])
6162
end
6263

lib/phrase/models/job_create_parameters.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ def self.openapi_types
6262
# List of attributes with nullable: true
6363
def self.openapi_nullable
6464
Set.new([
65+
:'due_date',
6566
])
6667
end
6768

lib/phrase/models/job_details.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ def self.openapi_types
7777
# List of attributes with nullable: true
7878
def self.openapi_nullable
7979
Set.new([
80+
:'due_date',
8081
])
8182
end
8283

lib/phrase/models/job_update_parameters.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def self.openapi_types
4242
# List of attributes with nullable: true
4343
def self.openapi_nullable
4444
Set.new([
45+
:'due_date',
4546
])
4647
end
4748

0 commit comments

Comments
 (0)