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

- old
+ new

@@ -101,10 +101,10 @@ config.api_key_prefix['Authorization'] = 'token' end api_instance = Phrase::GlossariesApi.new account_id = 'account_id_example' # String | Account ID -glossary_create_parameters = Phrase::GlossaryCreateParameters.new # GlossaryCreateParameters | +glossary_create_parameters = Phrase::GlossaryCreateParameters.new({name: 'My glossary'}) # GlossaryCreateParameters | opts = { x_phrase_app_otp: 'x_phrase_app_otp_example' # String | Two-Factor-Authentication token (optional) } begin