Skip to content

Commit 3dd3026

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

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
@@ -592,7 +592,7 @@ <h3 property="schema:name">Resource Type Heuristics</h3>
592592
<div datatype="rdf:HTML" property="schema:description">
593593
<p>When creating new resources, servers can determine an effective request URI’s type by examining the URI path ending (<a href="#uri-slash-semantics">URI Slash Semantics</a>).</p>
594594

595-
<p>If a client creates a resource through a <code>PUT</code> or <code>PATCH</code> request, the server MUST preserve the resource URI chosen by the client.</p>
595+
<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

597597
<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>
598598

0 commit comments

Comments
 (0)