You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extra/minishift/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -282,9 +282,9 @@ The `vote` application is using various MicroProfile specifications. The `/open
282
282
283
283
1. Expand the `POST /attendee` endpoint and click the `Try it out` button.
284
284
1. Place your username (e.g. userX) in the `id` field, and place your name in the `name` field.
285
-

285
+

286
286
1. Click on the `Execute` button. Scroll down and you'll see the `curl` command that was used, the `Requested URL` and then details of the response. This entry has now been saved into the CouchDB database that our microservice is using.
287
-

287
+

288
288
1. Now expand the `GET /attendee/{id}`, click the `Try it out` button, and type into the textbox the `id` you entered from the previous step.
289
289
1. Click on `Execute` and inspect that the `Respond body` contains the same name that you created in step 2. You successfully triggered a fetch from our microservice into the CouchDB database.
290
290
1. Feel free to explore the other APIs and play around with the microservice!
0 commit comments