Skip to content

Commit 3487605

Browse files
authored
Correcting async execution url in postman collection.
1 parent ef60adc commit 3487605

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

postman/Analytics_Runtime.json.postman_collection

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
{
245245
"id": "393f03e0-88a5-48a4-380e-958880fb6e33",
246246
"headers": "Accept: application/json\nContent-Type: application/json\nAuthorization: Bearer {{token}}\nPredix-Zone-Id: {{runtime_tenant}}\n",
247-
"url": "{{execution_uri}}/api/v2/execution",
247+
"url": "{{execution_uri}}/api/v2/execution/async",
248248
"preRequestScript": "",
249249
"pathVariables": {},
250250
"method": "POST",
@@ -254,7 +254,7 @@
254254
"tests": "",
255255
"currentHelper": "normal",
256256
"helperAttributes": {},
257-
"time": 1471986907735,
257+
"time": 1492129747305,
258258
"name": "Run Orchestration (Async) (v2)",
259259
"description": "This asynchronous API should immediately return a status of \"PROCESSING\". In order to retrieve the status after some time, use the Monitoring API.",
260260
"collectionId": "51981624-7fae-c993-716a-2e2e875f4ff3",

0 commit comments

Comments
 (0)