diff --git a/docs/postman/C4IT-F4SD-M42WebApi.postman_collection.json b/docs/postman/C4IT-F4SD-M42WebApi.postman_collection.json index 6edcc0f..fa8d2e1 100644 --- a/docs/postman/C4IT-F4SD-M42WebApi.postman_collection.json +++ b/docs/postman/C4IT-F4SD-M42WebApi.postman_collection.json @@ -343,8 +343,8 @@ " }", " if (ticket.ActivityType) {", " pm.collectionVariables.set(\"objectType\", ticket.ActivityType);", - " pm.collectionVariables.set(\"type\", ticket.ActivityType);", " }", + " pm.collectionVariables.set(\"type\", \"ticket\");", " pm.test(\"Captured ticket object id and type\", function () {", " pm.expect(pm.collectionVariables.get(\"eoid\")).to.match(/^[0-9a-fA-F-]{36}$/);", " pm.expect(pm.collectionVariables.get(\"type\")).to.be.a(\"string\").and.not.empty;",