From efd178fc6a63d6ea7b07d0ee8b79a845e5626f6c Mon Sep 17 00:00:00 2001 From: Gav Date: Fri, 20 Oct 2023 16:55:00 +0200 Subject: [PATCH] Rewording of If-Match werk Change-Id: If93658ad625c63966fcf37fac9d09ca1e1a494a5 --- .werks/16136 | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.werks/16136 b/.werks/16136 index 3f754f86968..0b974f57b3a 100644 --- a/.werks/16136 +++ b/.werks/16136 @@ -9,14 +9,10 @@ Level: 1 State: unknown Version: 2.2.0p11 -We recently made changes to make it possible to provide the following header -in rest-api requests - -"If-Match": "*" - -instead of providing a resource's ETag. - -This werk adds a short explanation to the api-docs so that our users know -that this is possible. +Most PUT requests to the REST API require an If-Match header containing +an ETag. With this Werk we make it possible to provide "*" instead of an +ETag, like this: "If-Match": "*" +This Werk also adds a short explanation to the REST API documentation. +See the section "Updating values" for more information.