From 323134b1a3fc6332230b2ae62cb419837f41f915 Mon Sep 17 00:00:00 2001 From: roelandg Date: Thu, 14 Jan 2021 11:35:27 +0100 Subject: [PATCH] Fixed typo in postman collection.json Changed alowedChannels to allowedChannels --- collection.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collection.json b/collection.json index 2a4a937..894fe13 100644 --- a/collection.json +++ b/collection.json @@ -24,7 +24,7 @@ ], "body": { "mode": "raw", - "raw": "{\n \"messages\": {\n \"authentication\": {\n \"productToken\": \"{{ProductToken}}\"\n },\n \"msg\": [\n {\n \"from\": \"{{Sender}}\",\n \"body\": {\n \"content\": \"Test\",\n \"type\": \"auto\"\n },\n \"minimumNumberOfMessageParts\": 1,\n \"maximumNumberOfMessageParts\": 8,\n \"to\": [\n {\n \"number\": \"{{Recipient}}\"\n }\n ],\n \"alowedChannels\": [\n \"SMS\"\n ]\n }\n ]\n }\n}" + "raw": "{\n \"messages\": {\n \"authentication\": {\n \"productToken\": \"{{ProductToken}}\"\n },\n \"msg\": [\n {\n \"from\": \"{{Sender}}\",\n \"body\": {\n \"content\": \"Test\",\n \"type\": \"auto\"\n },\n \"minimumNumberOfMessageParts\": 1,\n \"maximumNumberOfMessageParts\": 8,\n \"to\": [\n {\n \"number\": \"{{Recipient}}\"\n }\n ],\n \"allowedChannels\": [\n \"SMS\"\n ]\n }\n ]\n }\n}" }, "url": { "raw": "https://gw.cmtelecom.com/v1.0/message",