docs/Branch.md in phrase-2.0.0 vs docs/Branch.md in phrase-2.1.0
- old
+ new
@@ -2,10 +2,12 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
+**base_project_id** | **String** | | [optional]
+**branch_project_id** | **String** | | [optional]
**name** | **String** | | [optional]
**created_at** | **DateTime** | | [optional]
**updated_at** | **DateTime** | | [optional]
**merged_at** | **DateTime** | | [optional]
**merged_by** | [**UserPreview**](UserPreview.md) | | [optional]
@@ -15,10 +17,12 @@
## Code Sample
```ruby
require 'Phrase'
-instance = Phrase::Branch.new(name: null,
+instance = Phrase::Branch.new(base_project_id: null,
+ branch_project_id: null,
+ name: null,
created_at: null,
updated_at: null,
merged_at: null,
merged_by: null,
created_by: null,