Skip to content

Commit fa86849

Browse files
committed
Fixed error
1 parent 26ef6f6 commit fa86849

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/includes/_jobs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Get paginated data about ongoing or finished print jobs.
6464
| `printer_types[]` | integer[] | no | Array of printer type ids to filter on. |
6565
| `printer_ids[]` | integer[] | no | Array of printer ids to filter on. |
6666
| `user_ids[]` | integer[] | no | Array of user ids to filter on. |
67-
| `accepted_statuses[]` | string[] | no | Array of job statuses to filter on. One of `ongoing`, `cancelled`, `failed`, `done`. |
67+
| `accepted_statuses[]` | string[] | no | Array of job statuses to filter on. One of `ongoing`, `cancelled`, `failed`, `finished`. |
6868
| `start_date` | string | no | The start date to filter on. In unix timestamp format. Can be set without `end_date`. |
6969
| `end_date` | string | no | The end date to filter on. In unix timestamp format. Can be set without `start_date`. |
7070

@@ -77,7 +77,7 @@ Get paginated data about ongoing or finished print jobs.
7777
| `data` | array | The jobs. |
7878
| `data[].id` | integer | The job id. |
7979
| `data[].uid` | string | The job uid. |
80-
| `data[].status` | string | The job status. One of `ongoing`, `cancelled`, `failed`, `done`. |
80+
| `data[].status` | string | The job status. One of `ongoing`, `cancelled`, `failed`, `done`. Note that `done` is the same as `finished` |
8181
| `data[].cancelReasonType` | string | The job cancel reason type. |
8282
| `data[].rating` | integer | The job rating. |
8383
| `data[].filename` | string | The job filename. |

0 commit comments

Comments
 (0)