Skip to content

Commit 047d0c0

Browse files
authored
Update _jobs.md
1 parent d2a6d55 commit 047d0c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/includes/_jobs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,15 @@ Get paginated data about ongoing or finished print jobs.
118118
| `data[].rating` | integer | The job rating. |
119119
| `data[].filename` | string | The job filename. |
120120
| `data[].startDate` | string | The job start date. |
121-
| `data[].endDate` | string\|nullable | The job end date. Is null if the job is ongoing. |
121+
| `data[].endDate` | string/null | The job end date. Is null if the job is ongoing. |
122122
| `data[].user` | integer | The user id of the user who started the job. |
123123
| `data[].printer` | integer | The printer id that was used to print the job. |
124124
| `data[].filament` | string | The filament usage. JSON encoded string with usage per extruder. |
125125
| `data[].filUsage` | integer | The filament usage in mm. |
126126
| `data[].filUsageGram` | integer | The filament usage in grams. |
127127
| `data[].currentPercentage` | integer | The current percentage of the job. |
128-
| `data[].cost` | object\|nullable | Potential calculated cost of job. |
129-
| `data[].queueItem` | object\|nullable | The queue item that was used to start the job. Please note that this is only shown if you have access to view the Print Queue. |
128+
| `data[].cost` | object/null | Potential calculated cost of job. |
129+
| `data[].queueItem` | object/null | The queue item that was used to start the job. Please note that this is only shown if you have access to view the Print Queue. |
130130
| `data[].queueItem.id` | integer | The id of the queue item that was used to start the job. |
131131
| `data[].queueItem.user` | integer | The user id of the user who created the queue item. |
132132
| `data[].queueItem.queueNum` | integer | The queue number of the queue item. |

0 commit comments

Comments
 (0)