From c5fdd1058729c4dc076da65681ae7c76f34d6936 Mon Sep 17 00:00:00 2001 From: Alex Api Date: Fri, 15 Oct 2021 13:33:30 -0400 Subject: [PATCH] Fix typo in articles endpoint description --- 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..828befd 100644 --- a/j4x-api-complete-collection.postman_collection.json +++ b/j4x-api-complete-collection.postman_collection.json @@ -1105,7 +1105,7 @@ "article" ] }, - "description": "Generated from a curl request: \ncurl -X POST -H 'Content-Type: application/json' '{{base_path}}/api/index.php/v1/content/articles' -d \\\"{'alias': 'my-article','articletext': 'My text','catid': 64,'language': '*','metadesc': '','metakey': '','title': 'Here's an article'}\\\"" + "description": "Generated from a curl request: \ncurl -X POST -H 'Content-Type: application/json' '{{base_path}}/api/index.php/v1/content/articles' -d \\\"{'alias': 'my-article','articletext': 'My text','catid': 64,'language': '*','metadesc': '','metakey': '','title': 'Here\'s an article'}\\\"" }, "response": [] },