From 4a3e2f6678756ce8b8542e7fdf771f8c4f50ac36 Mon Sep 17 00:00:00 2001 From: Rahul Gupta Date: Thu, 30 May 2024 23:36:59 +0530 Subject: [PATCH] fix: Unnecessary Update on Parent Container on POST (#8) POST should not trigger an update on the parent container of the resource. This case is therefore removed from the non-normative requirements under Activity Mapping. Fixes #7 --- src/sections/activity-mapping.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/sections/activity-mapping.md b/src/sections/activity-mapping.md index 4f19e08..3bcd734 100644 --- a/src/sections/activity-mapping.md +++ b/src/sections/activity-mapping.md @@ -41,11 +41,9 @@ A [=Solid server=] sending a [PREP] notification as a result of some activity on [[RFC9110#PUT|PUT]] - [[ACTIVITYSTREAMS-VOCABULARY#dfn-update|as:Update]] + [[ACTIVITYSTREAMS-VOCABULARY#dfn-update|as:Update]] [[RFC5789#section-2|PATCH]] - - [[RFC9110#POST|POST]] [[RFC9110#DELETE|DELETE]] [[ACTIVITYSTREAMS-VOCABULARY#dfn-remove|as:Remove]]