Skip to content

Commit 2f5c5b9

Browse files
Merge pull request #18 from bato3/patch-2
escape single qote in "Here's an article"
2 parents c5fdd10 + 45888bf commit 2f5c5b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

j4x-api-complete-collection.postman_collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,7 @@
10901090
],
10911091
"body": {
10921092
"mode": "raw",
1093-
"raw": "{'alias': 'my-article','articletext': 'My text','catid': 64,'language': '*','metadesc': '','metakey': '','title': 'Here's an article'}"
1093+
"raw": "{'alias': 'my-article','articletext': 'My text','catid': 64,'language': '*','metadesc': '','metakey': '','title': 'Here\\'s an article'}"
10941094
},
10951095
"url": {
10961096
"raw": "{{base_path}}/api/index.php/v1/content/articles",

0 commit comments

Comments
 (0)