Skip to content

Commit

Permalink
fix: Unnecessary Update on Parent Container on POST (#8)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
CxRes authored May 30, 2024
1 parent 49a89dd commit 4a3e2f6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/sections/activity-mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,9 @@ A [=Solid server=] sending a [PREP] notification as a result of some activity on
<tbody>
<tr>
<td><code> [[RFC9110#PUT|PUT]]
<td rowspan="3"><code> [[ACTIVITYSTREAMS-VOCABULARY#dfn-update|as:Update]]
<td rowspan="2"><code> [[ACTIVITYSTREAMS-VOCABULARY#dfn-update|as:Update]]
<tr>
<td><code> [[RFC5789#section-2|PATCH]]
<tr>
<td><code> [[RFC9110#POST|POST]]
<tr>
<td><code> [[RFC9110#DELETE|DELETE]]
<td><code> [[ACTIVITYSTREAMS-VOCABULARY#dfn-remove|as:Remove]]
Expand Down

0 comments on commit 4a3e2f6

Please sign in to comment.