From 7beaca3c16424431f66407deb38cf967cac930cb Mon Sep 17 00:00:00 2001 From: jsnjns Date: Tue, 4 Jan 2022 10:18:04 -0500 Subject: [PATCH] Added request to Postman collection --- ContactsAPI.postman_collection.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/ContactsAPI.postman_collection.json b/ContactsAPI.postman_collection.json index 178d9d0..f3c31e3 100644 --- a/ContactsAPI.postman_collection.json +++ b/ContactsAPI.postman_collection.json @@ -129,6 +129,28 @@ } }, "response": [] + }, + { + "name": "Get single contact by ID", + "request": { + "method": "GET", + "header": [], + "url": { + "raw": "localhost:8080/api/v1/contacts/1", + "host": [ + "localhost" + ], + "port": "8080", + "path": [ + "api", + "v1", + "contacts", + "1" + ] + }, + "description": "Modify the ID, in this case '1', at the end of the URL to the desired contact ID." + }, + "response": [] } ] } \ No newline at end of file