docs/JobCommentsApi.md in phrase-2.17.0 vs docs/JobCommentsApi.md in phrase-2.18.0
- old
+ new
@@ -304,11 +304,12 @@
api_instance = Phrase::JobCommentsApi.new
project_id = 'project_id_example' # String | Project ID
job_id = 'job_id_example' # String | Job 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
+ branch: 'my-feature-branch', # String | specify the branch to use
+ order: 'desc' # String | Order direction. Can be one of: asc, desc.
}
begin
#List job comments
result = api_instance.job_comments_list(project_id, job_id, opts)
@@ -325,9 +326,10 @@
------------- | ------------- | ------------- | -------------
**project_id** | **String**| Project ID |
**job_id** | **String**| Job ID |
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
**branch** | **String**| specify the branch to use | [optional]
+ **order** | **String**| Order direction. Can be one of: asc, desc. | [optional]
### Return type
Response<([**Array<JobComment>**](JobComment.md))>