docs/ProjectCreateParameters.md in phrase-2.26.0 vs docs/ProjectCreateParameters.md in phrase-3.0.0

- old
+ new

@@ -2,11 +2,11 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**name** | **String** | Name of the project | [optional] +**name** | **String** | Name of the project | **main_format** | **String** | Main file format specified by its API Extension name. Used for locale downloads if no format is specified. For API Extension names of available file formats see <a href=\"https://support.phrase.com/hc/en-us/sections/6111343326364\">Format Guide</a> or our <a href=\"#formats\">Formats API Endpoint</a>. | [optional] **media** | **String** | (Optional) Main technology stack used in the project. It affects for example the suggested placeholder style. Predefined values include: `Ruby`, `JavaScript`, `AngularJS`, `React`, `iOS`, `Android`, `Python`, `PHP`, `Java`, `Go`, `Windows Phone`, `Rails`, `Node.js`, `.NET`, `Django`, `Symfony`, `Yii Framework`, `Zend Framework`, `Apple App Store Description`, `Google Play Description`, but it can also take any other value. | [optional] **shares_translation_memory** | **Boolean** | Indicates whether the project should share the account's translation memory | [optional] **project_image** | **File** | Image to identify the project | [optional] **remove_project_image** | **Boolean** | Indicates whether the project image should be deleted. | [optional] @@ -38,10 +38,10 @@ instance = Phrase::ProjectCreateParameters.new(name: My Android Project, main_format: yml, media: Python, shares_translation_memory: true, - project_image: [B@faca8e8, + project_image: [B@f33b8fc, remove_project_image: null, account_id: abcd1234, point_of_contact: abcd1234, source_project_id: abcd1234, workflow: review,