Skip to content

Commit 8e192bc

Browse files
Update protocol.html
Co-authored-by: Sarven Capadisli <[email protected]>
1 parent 3dd3026 commit 8e192bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ <h3 property="schema:name">Resource Type Heuristics</h3>
594594

595595
<p>When a successful <code>PUT</code> or <code>PATCH</code> request creates a resource, the server MUST use the effective request URI to assign the URI to that resource.</p>
596596

597-
<p>If a client creates a resource through a <code>POST</code> request, the server MUST assign a URI to that resource. Servers MAY allow clients to suggest the URI of a resource created through POST, using the HTTP <code>Slug</code> header as defined in [<cite><a class="bibref" href="#bib-rfc5023">RFC5023</a></cite>].</p>
597+
<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

599599
<p>[<a href="https://github.com/solid/specification/pull/160#issuecomment-636822687" rel="cito:citesAsSourceDocument">Source</a>].</p>
600600
</div>

0 commit comments

Comments
 (0)