We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5652833 commit 4d7a292Copy full SHA for 4d7a292
source/includes/_queue.md
@@ -22,7 +22,8 @@ curl https://api.simplyprint.io/{id}/queue/AddItem \
22
```json
23
{
24
"status": true,
25
- "message": null
+ "message": null,
26
+ "created_id": 1337
27
}
28
```
29
@@ -49,6 +50,7 @@ This endpoint adds a file to the queue. The file can either be a file on the fil
49
50
| --------- | ---- | ----------- |
51
| `status` | boolean | True if the request was successful. |
52
| `message` | string | Success message or error message if `status` is false. |
53
+| `created_id` | integer | The id of the created queue item |
54
55
## Get next queue item
56
0 commit comments