From 45888bf6d044eabfadb225702c0507491f6b60f8 Mon Sep 17 00:00:00 2001
From: bato3 <11570+bato3@users.noreply.github.com>
Date: Thu, 14 Oct 2021 12:38:39 +0200
Subject: [PATCH] escape single qote in "Here's an article"

(partially) Fixes #12
Only in "raw" body, not in CURL example
---
 j4x-api-complete-collection.postman_collection.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/j4x-api-complete-collection.postman_collection.json b/j4x-api-complete-collection.postman_collection.json
index 6a697c6..1136f78 100644
--- a/j4x-api-complete-collection.postman_collection.json
+++ b/j4x-api-complete-collection.postman_collection.json
@@ -1090,7 +1090,7 @@
 				],
 				"body": {
 					"mode": "raw",
-					"raw": "{'alias': 'my-article','articletext': 'My text','catid': 64,'language': '*','metadesc': '','metakey': '','title': 'Here's an article'}"
+					"raw": "{'alias': 'my-article','articletext': 'My text','catid': 64,'language': '*','metadesc': '','metakey': '','title': 'Here\\'s an article'}"
 				},
 				"url": {
 					"raw": "{{base_path}}/api/index.php/v1/content/articles",