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