docs/TranslationDetails.md in phrase-2.25.0 vs docs/TranslationDetails.md in phrase-2.26.0

- old
+ new

@@ -15,10 +15,11 @@ **state** | **String** | | [optional] **created_at** | **Time** | | [optional] **updated_at** | **Time** | | [optional] **user** | [**UserPreview**](UserPreview.md) | | [optional] **word_count** | **Integer** | | [optional] +**linked_translation** | [**TranslationParent**](TranslationParent.md) | | [optional] ## Code Sample ```ruby require 'Phrase' @@ -33,9 +34,10 @@ placeholders: null, state: null, created_at: null, updated_at: null, user: null, - word_count: null) + word_count: null, + linked_translation: null) ```