Skip to content

Commit

Permalink
Merge pull request #18 from bato3/patch-2
Browse files Browse the repository at this point in the history
escape single qote in "Here's an article"
  • Loading branch information
alexandreelise authored Oct 16, 2021
2 parents c5fdd10 + 45888bf commit 2f5c5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion j4x-api-complete-collection.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2f5c5b9

Please sign in to comment.