@@ -190,7 +190,7 @@ def job_comment_delete(self, project_id, job_id, id, **kwargs): # noqa: E501
190190 :param str job_id: Job ID (required)
191191 :param str id: ID (required)
192192 :param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
193- :param str branch: specify the branch to use
193+ :param str branch: Branch to use
194194 :param _preload_content: if False, the urllib3.HTTPResponse object will
195195 be returned without reading/decoding response
196196 data. Default is True.
@@ -219,7 +219,7 @@ def job_comment_delete_with_http_info(self, project_id, job_id, id, **kwargs):
219219 :param str job_id: Job ID (required)
220220 :param str id: ID (required)
221221 :param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
222- :param str branch: specify the branch to use
222+ :param str branch: Branch to use
223223 :param _return_http_data_only: response data without head status code
224224 and headers
225225 :param _preload_content: if False, the urllib3.HTTPResponse object will
@@ -328,7 +328,7 @@ def job_comment_show(self, project_id, job_id, id, **kwargs): # noqa: E501
328328 :param str job_id: Job ID (required)
329329 :param str id: ID (required)
330330 :param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
331- :param str branch: specify the branch to use
331+ :param str branch: Branch to use
332332 :param _preload_content: if False, the urllib3.HTTPResponse object will
333333 be returned without reading/decoding response
334334 data. Default is True.
@@ -357,7 +357,7 @@ def job_comment_show_with_http_info(self, project_id, job_id, id, **kwargs): #
357357 :param str job_id: Job ID (required)
358358 :param str id: ID (required)
359359 :param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
360- :param str branch: specify the branch to use
360+ :param str branch: Branch to use
361361 :param _return_http_data_only: response data without head status code
362362 and headers
363363 :param _preload_content: if False, the urllib3.HTTPResponse object will
@@ -619,7 +619,7 @@ def job_comments_list(self, project_id, job_id, **kwargs): # noqa: E501
619619 :param str project_id: Project ID (required)
620620 :param str job_id: Job ID (required)
621621 :param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
622- :param str branch: specify the branch to use
622+ :param str branch: Branch to use
623623 :param str order: Order direction. Can be one of: asc, desc.
624624 :param _preload_content: if False, the urllib3.HTTPResponse object will
625625 be returned without reading/decoding response
@@ -648,7 +648,7 @@ def job_comments_list_with_http_info(self, project_id, job_id, **kwargs): # noq
648648 :param str project_id: Project ID (required)
649649 :param str job_id: Job ID (required)
650650 :param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
651- :param str branch: specify the branch to use
651+ :param str branch: Branch to use
652652 :param str order: Order direction. Can be one of: asc, desc.
653653 :param _return_http_data_only: response data without head status code
654654 and headers
0 commit comments