Skip to content

Commit 3fbe9cb

Browse files
Fix POST content articles endpoint
Add missing 's' to articles endpoint
1 parent 14f071f commit 3fbe9cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

j4x-api-complete-collection.postman_collection.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,7 @@
10791079
"response": []
10801080
},
10811081
{
1082-
"name": "{{base_path}}/api/index.php/v1/content/article",
1082+
"name": "{{base_path}}/api/index.php/v1/content/articles",
10831083
"request": {
10841084
"method": "POST",
10851085
"header": [
@@ -1093,7 +1093,7 @@
10931093
"raw": "{'alias': 'my-article','articletext': 'My text','catid': 64,'language': '*','metadesc': '','metakey': '','title': 'Here's an article'}"
10941094
},
10951095
"url": {
1096-
"raw": "{{base_path}}/api/index.php/v1/content/article",
1096+
"raw": "{{base_path}}/api/index.php/v1/content/articles",
10971097
"host": [
10981098
"{{base_path}}"
10991099
],
@@ -1105,7 +1105,7 @@
11051105
"article"
11061106
]
11071107
},
1108-
"description": "Generated from a curl request: \ncurl -X POST -H 'Content-Type: application/json' '{{base_path}}/api/index.php/v1/content/article' -d \\\"{'alias': 'my-article','articletext': 'My text','catid': 64,'language': '*','metadesc': '','metakey': '','title': 'Here's an article'}\\\""
1108+
"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'}\\\""
11091109
},
11101110
"response": []
11111111
},

0 commit comments

Comments
 (0)