From 4a0a24a98e4476b262d25a59efe6f3f5493594de Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Mon, 12 Feb 2024 12:37:27 +0100 Subject: [PATCH] Remove given and optional URI assignments with PUT, PATCH, POST --- ED/protocol.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ED/protocol.html b/ED/protocol.html index 7c59d7cd..c7cd2fd6 100644 --- a/ED/protocol.html +++ b/ED/protocol.html @@ -912,9 +912,7 @@

Resource Type Heuristics

When creating new resources, servers can determine a target URI’s type by examining the URI path ending (URI Slash Semantics).

-

When a successful PUT or PATCH request creates a resource, the server MUST use the target URI to assign the URI to that resource.

- -

When a successful POST 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 POST, using the HTTP Slug header as defined in [RFC5023].

+

When a successful POST request creates a resource, the server MUST assign a URI to that resource.

Note: URI Allocation