docs/ScreenshotsApi.md in phrase-1.0.6 vs docs/ScreenshotsApi.md in phrase-1.0.7

- old
+ new

@@ -292,11 +292,12 @@ api_instance = Phrase::ScreenshotsApi.new project_id = 'project_id_example' # String | Project ID opts = { x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional) page: 1, # Integer | Page number - per_page: 25 # Integer | allows you to specify a page size up to 100 items, 25 by default + per_page: 25, # Integer | allows you to specify a page size up to 100 items, 25 by default + key_id: 'abcd1234cdef1234abcd1234cdef1234' # String | filter by key } begin #List screenshots result = api_instance.screenshots_list(project_id, opts) @@ -313,9 +314,10 @@ ------------- | ------------- | ------------- | ------------- **project_id** | **String**| Project ID | **x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional] **page** | **Integer**| Page number | [optional] **per_page** | **Integer**| allows you to specify a page size up to 100 items, 25 by default | [optional] + **key_id** | **String**| filter by key | [optional] ### Return type Response<([**Array&lt;Screenshot&gt;**](Screenshot.md))>