From 479a87d8df9df6c461271b2e3a0b30c3cb86da6f Mon Sep 17 00:00:00 2001
From: Farshid Tavakolizadeh
Date: Mon, 14 Feb 2022 18:31:34 +0100
Subject: [PATCH] Update spacing to trigger preview build
---
index.html | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/index.html b/index.html
index 8b0564b4..e6badc4f 100644
--- a/index.html
+++ b/index.html
@@ -911,6 +911,7 @@ Things API
create, retrieve, update, delete, and list (CRUDL) TDs.
The design of this API is in accordance with [[RFC7231]] and [[?REST-IOT]].
+
The HTTP API follows these general rules:
@@ -931,12 +932,10 @@ Things API
Full HTTP directories SHOULD implement all of
CRUDL (create, read, update, delete, and list) interfaces.
-
It is practical to implement only the interfaces to read and list
if the directory serves a static collection of TDs.
This is also useful for directories that intend to expose only
retrieval operations over HTTP, and perform other interactions via non-HTTP protocols.
-
To expose read-only access, the directory MUST enforce access control
on create, update, and delete interfaces.