Skip to content

Commit

Permalink
Update spacing to trigger preview build
Browse files Browse the repository at this point in the history
  • Loading branch information
farshidtz committed Feb 18, 2022
1 parent df1b152 commit 479a87d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -911,6 +911,7 @@ <h4>Things API</h4>
create, retrieve, update, delete, and list (CRUDL) <a>TDs</a>.
The design of this API is in accordance with [[RFC7231]] and [[?REST-IOT]].
</p>

<p>
The HTTP API follows these general rules:
<ul>
Expand All @@ -931,12 +932,10 @@ <h4>Things API</h4>
<span class="rfc2119-assertion" id="tdd-reg-crudl">
Full HTTP directories SHOULD implement all of
CRUDL (create, read, update, delete, and list) interfaces.</span>

It is practical to implement only the interfaces to read and list
if the directory serves a static collection of <a>TDs</a>.
This is also useful for directories that intend to expose only
retrieval operations over HTTP, and perform other interactions via non-HTTP protocols.

<span class="rfc2119-assertion" id="tdd-reg-read-only-auth">
To expose read-only access, the directory MUST enforce access control
on create, update, and delete interfaces.</span>
Expand Down

0 comments on commit 479a87d

Please sign in to comment.