Skip to content

Commit

Permalink
Update rest-test.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
ivorb authored Dec 4, 2023
1 parent d8bd2ca commit 193a561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Labfiles/04-use-a-container/rest-test.cmd
Original file line number Diff line number Diff line change
@@ -1 +1 @@
curl POST "http://<your_ACI_IP_address_or_FQDN>:5000/text/analytics/v3.0/languages" -H "Content-Type: application/json" --data-ascii "{'documents':[{'id':1,'text':'Hello world.'},{'id':2,'text':'Salut tout le monde.'}]}"
curl -X POST "http://<your_ACI_IP_address_or_FQDN>:5000/text/analytics/v3.0/languages" -H "Content-Type: application/json" --data-ascii "{'documents':[{'id':1,'text':'Hello world.'},{'id':2,'text':'Salut tout le monde.'}]}"

0 comments on commit 193a561

Please sign in to comment.