Skip to content

Commit 6b7c767

Browse files
committed
Add informative note guiding clients on URI assignment
1 parent 8e192bc commit 6b7c767

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

protocol.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,9 @@ <h3 property="schema:name">Resource Type Heuristics</h3>
596596

597597
<p>When a successful <code>POST</code> request creates a resource, the server MUST assign a URI to that resource. Servers MAY allow clients to suggest the URI of a resource created through <code>POST</code>, using the HTTP <code>Slug</code> header as defined in [<cite><a class="bibref" href="#bib-rfc5023">RFC5023</a></cite>].</p>
598598

599-
<p>[<a href="https://github.com/solid/specification/pull/160#issuecomment-636822687" rel="cito:citesAsSourceDocument">Source</a>].</p>
599+
<p class="note" role="note"><span>Note:</span> Clients can use <code>PUT</code> and <code>PATCH</code> requests to assign a URI to a resource. Clients can use <code>POST</code> requests to have the server assign a URI to a resource.</p>
600+
601+
<p>[<a href="https://github.com/solid/specification/pull/160#issuecomment-636822687" rel="cito:citesAsSourceDocument">Source</a>][<a href="https://github.com/solid/specification/pull/263" rel="cito:citesAsSourceDocument">Source</a>].</p>
600602
</div>
601603
</section>
602604

0 commit comments

Comments
 (0)