From bb290c690788cce2164d01d36a9a64526c7b219e Mon Sep 17 00:00:00 2001 From: Yeat Fai Cheong <47142173+yeatfaicheong@users.noreply.github.com> Date: Tue, 19 Oct 2021 11:19:03 +0800 Subject: [PATCH] Update README.md typo for DELETE request Update from `DELETE /devices/` to `DELETE /device/` to align flask app source code. --- home-automation/02-device-registry/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-automation/02-device-registry/README.md b/home-automation/02-device-registry/README.md index 169be9c..b42ccd2 100644 --- a/home-automation/02-device-registry/README.md +++ b/home-automation/02-device-registry/README.md @@ -90,7 +90,7 @@ If a device with the given identifier already exists, the existing device will b **Definition** -`DELETE /devices/` +`DELETE /device/` **Response**