Skip to content

Commit 4bd8f64

Browse files
committed
Fix difference between curl example and docs.
1 parent 57bb755 commit 4bd8f64

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

source/includes/_jobs.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,9 @@ Get paginated data about ongoing or finished print jobs.
152152
## Get details
153153

154154
```shell
155-
curl https://api.simplyprint.io/{id}/jobs/GetDetails \
155+
curl https://api.simplyprint.io/{id}/jobs/GetDetails?id=123 \
156156
-H 'accept: application/json' \
157-
-H 'X-API-KEY: {API_KEY}' \
158-
-d '{
159-
"id": "job_id"
160-
}'
157+
-H 'X-API-KEY: {API_KEY}'
161158
```
162159

163160
> Success response

0 commit comments

Comments
 (0)