docs/ProjectsApi.md in phrase-2.18.0 vs docs/ProjectsApi.md in phrase-2.19.0

- old
+ new

@@ -286,10 +286,10 @@ x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional) page: 1, # Integer | Page number per_page: 25, # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default account_id: 'account_id_example', # String | Filter by Account ID sort_by: 'sort_by_example', # String | Sort projects. Valid options are \"name_asc\", \"name_desc\", \"updated_at_asc\", \"updated_at_desc\", \"space_asc\" and \"space_desc\". - filters: ['favorites'] # Array<String> | Filter projects. Valid options are [\"favorites\"]. + filters: ['inner_example'] # Array<String> | Filter projects. Valid options are [\"favorites\"]. } begin #List projects result = api_instance.projects_list(opts)