Skip to content

Commit

Permalink
FIX apiary doc
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtabiberle committed Sep 10, 2024
1 parent 9fe50c8 commit 170a2a4
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions apiary.apib
Original file line number Diff line number Diff line change
Expand Up @@ -6549,17 +6549,17 @@ Available Statuses:
+ Default: 100
+ offset (optional, number) - Pagination offset
+ Default: 0
+ storage_job_status (optional) - filter only jobs with status [waiting, processing, error, success]
+ excluded_storage_job_status (optional) - filter only jobs without status [waiting, processing, error, success] (not applied when storage_job_status used)
+ created_time (optional) - filter jobs created in exact time
+ created_time_from (optional) - filter jobs created after time (not applied when created_time used)
+ created_time_to (optional) - filter jobs created before time (not applied when created_time used)
+ start_time (optional) - filter jobs started in exact time
+ start_time_from (optional) - filter jobs started after time (not applied when start_time used)
+ start_time_to (optional) - filter jobs started before time (not applied when start_time used)
+ end_time (optional) - filter jobs end in exact time
+ end_time_from (optional) - filter jobs end after time (not applied when end_time used)
+ end_time_to (optional) - filter jobs end before time (not applied when end_time used)
+ storage_job_status (optional) - Filter only jobs with status. [waiting, processing, error, success]
+ excluded_storage_job_status (optional) - Filter only jobs without status. Note: not applied when storage job status used. [waiting, processing, error, success]
+ created_time (optional) - Filter jobs created in exact time.
+ created_time_from (optional) - Filter jobs created after time. Note: not applied when created time used.
+ created_time_to (optional) - Filter jobs created before time. Note: not applied when created time used.
+ start_time (optional) - Filter jobs started in exact time.
+ start_time_from (optional) - Filter jobs started after time. Note: not applied when start time used.
+ start_time_to (optional) - Filter jobs started before time. Note: not applied when start time used.
+ end_time (optional) - Filter jobs end in exact time.
+ end_time_from (optional) - Filter jobs end after time. Note: not applied when end time used.
+ end_time_to (optional) - Filter jobs end before time. Note: not applied when end time used.
+ Request
+ Headers
Expand Down

0 comments on commit 170a2a4

Please sign in to comment.