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

- old
+ new

@@ -3,15 +3,17 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **child_key_ids** | **Array<String>** | The IDs of the child keys to unlink from the parent key. | +**unlink_parent** | **Boolean** | Whether to unlink the parent key as well and unmark it as linked-key. | [optional] [default to false] ## Code Sample ```ruby require 'Phrase' -instance = Phrase::KeyLinksBatchDestroyParameters.new(child_key_ids: ["child_key_id1","child_key_id2"]) +instance = Phrase::KeyLinksBatchDestroyParameters.new(child_key_ids: ["child_key_id1","child_key_id2"], + unlink_parent: null) ```