Removing unnecessary headers in requests
This commit is contained in:
parent
fe15da4142
commit
a539efb65d
@ -222,9 +222,7 @@ Polling for a siingle task can be done by appending g the `ItemTaskCode` to the
|
||||
GET /api/v1/items/98a480ad8d7444a8a10ef547cd8594eb/tasks/a1daf49cf08142c289825def78986027 HTTP/1.1
|
||||
Accept: application/json
|
||||
Authorization: Bearer <access token>
|
||||
User-Agent: PostmanRuntime/7.24.1
|
||||
Cache-Control: no-cache
|
||||
Postman-Token: dafc3b2a-35be-4f68-b398-ddab1f36864f
|
||||
Host: farmmaps.awacc.nl
|
||||
Accept-Encoding: gzip, deflate, br
|
||||
Connection: keep-alive
|
||||
@ -260,7 +258,7 @@ Vary: Accept-Encoding
|
||||
| 404 | Error: Parent item not found |
|
||||
|
||||
## What's next?
|
||||
Now that you know how to run a task, you can start running specialized tasks to create or process your own data.
|
||||
Now that you know how to run a task, you can start running specialized tasks to create or process your own data.
|
||||
Head over to the [Task Examples](/wiki/Home#task-examples)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user