From 4e18d98258a7271c0af728db34dfcdbd10d670a2 Mon Sep 17 00:00:00 2001 From: Liam Garvie Date: Sun, 21 Feb 2021 20:05:30 +0000 Subject: [PATCH] BAEL-4672 updated JMeter readme to reflect changes in API format --- jmeter/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jmeter/README.md b/jmeter/README.md index 6963aebb7c..11351ffdda 100644 --- a/jmeter/README.md +++ b/jmeter/README.md @@ -36,12 +36,12 @@ Or create a new one via a POST: $ curl -X POST -H "Content-Type:application/json" -d '{ "firstName" : "Dassi", "lastName" : "Orleando", "phoneNumber": "+237 545454545", "email": "mymail@yahoo.fr" }' localhost:8080/students ``` -### Available Test API +### Available UUID API You can view the test response using curl: ```bash -$ curl localhost:8080/api/test +$ curl localhost:8080/api/uuid ``` Now with default configurations it will be available at: [http://localhost:8080](http://localhost:8080)