docs/JobsApi.md in phrase-3.5.0 vs docs/JobsApi.md in phrase-3.6.0

- old
+ new

@@ -305,11 +305,11 @@ project_id = 'project_id_example' # String | Project ID id = 'id_example' # String | ID opts = { x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional) branch: 'my-feature-branch', # String | specify the branch to use - translation_key_ids: ['inner_example'] # Array<String> | ids of keys that should added to the job + translation_key_ids: ['inner_example'] # Array<String> | ids of keys that should be removed from the job } begin #Remove keys from job api_instance.job_keys_delete(project_id, id, opts) @@ -325,10 +325,10 @@ ------------- | ------------- | ------------- | ------------- **project_id** | **String**| Project ID | **id** | **String**| ID | **x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional] **branch** | **String**| specify the branch to use | [optional] - **translation_key_ids** | [**Array&lt;String&gt;**](String.md)| ids of keys that should added to the job | [optional] + **translation_key_ids** | [**Array&lt;String&gt;**](String.md)| ids of keys that should be removed from the job | [optional] ### Return type Response<(nil (empty response body))>