You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/JobsApi.md
+14-10Lines changed: 14 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -784,7 +784,7 @@ Name | Type | Description | Notes
784
784
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
print("Exception when calling JobsApi->jobs_by_account: %s\n"% e)
@@ -834,7 +835,8 @@ Name | Type | Description | Notes
834
835
**per_page** | **int**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
835
836
**owned_by** | **str**| filter by user owning job | [optional]
836
837
**assigned_to** | **str**| filter by user assigned to job | [optional]
837
-
**state** | **str**| filter by state of job Valid states are <code>draft</code>, <code>in_progress</code>, <code>completed</code> | [optional]
838
+
**state** | **str**| filter by state of job; valid states are: <code>draft</code>, <code>in_progress</code>, <code>completed</code> | [optional]
839
+
**updated_since** | **str**| filter by jobs updated since given date | [optional]
838
840
839
841
### Return type
840
842
@@ -860,7 +862,7 @@ Name | Type | Description | Notes
860
862
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**per_page** | **int**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional]
912
-
**branch** | **str**| specify the branch to use | [optional]
915
+
**branch** | **str**| Branch to use | [optional]
913
916
**owned_by** | **str**| filter by user owning job | [optional]
914
917
**assigned_to** | **str**| filter by user assigned to job | [optional]
915
-
**state** | **str**| filter by state of job Valid states are <code>draft</code>, <code>in_progress</code>, <code>completed</code> | [optional]
918
+
**state** | **str**| filter by state of job; valid states are: <code>draft</code>, <code>in_progress</code>, <code>completed</code> | [optional]
919
+
**updated_since** | **str**| filter by jobs updated since given date | [optional]
0 commit comments