Skip to content

Commit e560109

Browse files
Merge pull request #19 from bato3/patch-3
Syntax error in collection
2 parents 2f5c5b9 + 2419ed1 commit e560109

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
@@ -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/articles' -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)