Skip to content

Commit

Permalink
Merge pull request #19 from bato3/patch-3
Browse files Browse the repository at this point in the history
Syntax error in collection
  • Loading branch information
alexandreelise authored Oct 18, 2021
2 parents 2f5c5b9 + 2419ed1 commit e560109
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 @@ -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": []
},
Expand Down

0 comments on commit e560109

Please sign in to comment.