From 95dab18c8cfaa475e157d7634beec305395e0f04 Mon Sep 17 00:00:00 2001 From: Farshid Tavakolizadeh Date: Sat, 29 Jan 2022 12:17:33 +0100 Subject: [PATCH] Disambiguate registration retrieval assertion (#266) --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 5bdebdfb..ff0f8297 100755 --- a/index.html +++ b/index.html @@ -976,7 +976,7 @@

Creation

Retrieval

- A TD MUST be retrieved from the directory using an HTTP `GET` request + The API MUST allow retrieval of an existing TD using an HTTP `GET` request at `/things/{id}` endpoint, where `id` is the unique TD identifier.