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

- old
+ new

@@ -42,10 +42,10 @@ config.api_key_prefix['Authorization'] = 'token' end api_instance = Phrase::KeysApi.new project_id = 'project_id_example' # String | Project ID -key_create_parameters = Phrase::KeyCreateParameters.new # KeyCreateParameters | +key_create_parameters = Phrase::KeyCreateParameters.new({name: 'home.index.headline'}) # KeyCreateParameters | opts = { x_phrase_app_otp: 'x_phrase_app_otp_example' # String | Two-Factor-Authentication token (optional) } begin