Skip to content

Commit

Permalink
Deploying from phrase/openapi@38b51b51
Browse files Browse the repository at this point in the history
Phrase committed Feb 5, 2024
1 parent 6395423 commit 60d2071
Showing 9 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/KeyCreateParameters.md
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ instance = Phrase::KeyCreateParameters.new(branch: my-feature-branch,
data_type: number,
tags: awesome-feature,needs-proofreading,
max_characters_allowed: 140,
screenshot: [B@daa6654,
screenshot: [B@276038e7,
remove_screenshot: null,
unformatted: null,
default_translation_content: Default translation content,
2 changes: 1 addition & 1 deletion docs/KeyUpdateParameters.md
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ instance = Phrase::KeyUpdateParameters.new(branch: my-feature-branch,
data_type: number,
tags: awesome-feature,needs-proofreading,
max_characters_allowed: 140,
screenshot: [B@6fd33f5a,
screenshot: [B@4be8d40e,
remove_screenshot: null,
unformatted: null,
xml_space_preserve: null,
2 changes: 1 addition & 1 deletion docs/ProjectCreateParameters.md
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ instance = Phrase::ProjectCreateParameters.new(name: My Android Project,
main_format: yml,
media: Python,
shares_translation_memory: true,
project_image: [B@1c84d89e,
project_image: [B@596707f5,
remove_project_image: null,
account_id: abcd1234,
point_of_contact: abcd1234,
2 changes: 1 addition & 1 deletion docs/ProjectUpdateParameters.md
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ instance = Phrase::ProjectUpdateParameters.new(account_id: abcd1234,
main_format: yml,
media: Python,
shares_translation_memory: true,
project_image: [B@66009368,
project_image: [B@6ec05499,
remove_project_image: false,
workflow: review,
machine_translation_enabled: true,
2 changes: 1 addition & 1 deletion docs/ScreenshotUpdateParameters.md
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ require 'Phrase'
instance = Phrase::ScreenshotUpdateParameters.new(branch: my-feature-branch,
name: A screenshot name,
description: A screenshot description,
filename: [B@37500808)
filename: [B@4659d776)
```


1 change: 1 addition & 0 deletions lib/phrase/models/job.rb
Original file line number Diff line number Diff line change
@@ -57,6 +57,7 @@ def self.openapi_types
# List of attributes with nullable: true
def self.openapi_nullable
Set.new([
:'due_date',
])
end

1 change: 1 addition & 0 deletions lib/phrase/models/job_create_parameters.rb
Original file line number Diff line number Diff line change
@@ -62,6 +62,7 @@ def self.openapi_types
# List of attributes with nullable: true
def self.openapi_nullable
Set.new([
:'due_date',
])
end

1 change: 1 addition & 0 deletions lib/phrase/models/job_details.rb
Original file line number Diff line number Diff line change
@@ -77,6 +77,7 @@ def self.openapi_types
# List of attributes with nullable: true
def self.openapi_nullable
Set.new([
:'due_date',
])
end

1 change: 1 addition & 0 deletions lib/phrase/models/job_update_parameters.rb
Original file line number Diff line number Diff line change
@@ -42,6 +42,7 @@ def self.openapi_types
# List of attributes with nullable: true
def self.openapi_nullable
Set.new([
:'due_date',
])
end

0 comments on commit 60d2071

Please sign in to comment.