Skip to content

Commit

Permalink
fix: Clarify Notification is Triggered on Container
Browse files Browse the repository at this point in the history
Clarify language in Implementation Guidance that maps HTTP methods to activity to indicate that cases 2 and 3 concern notifications are being triggered on the container, when a resource inside them is being created or updated.
  • Loading branch information
CxRes committed Nov 13, 2024
1 parent 85198c4 commit 7aa4c37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sections/activity-mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ A [=Solid server=] sending a [PREP] notification as a result of some activity on
</table>
<br/>

2. When the [PREP] notification is triggered by a request on a contained resource with one of the following [[RFC9110#methods|HTTP methods]]:
2. When the [PREP] notification is triggered on a container, by a request on a contained resource with one of the following [[RFC9110#methods|HTTP methods]]:

<table class="numbered">
<caption> Activity Mapping for LDP Containers when contained resources change
Expand All @@ -53,7 +53,7 @@ A [=Solid server=] sending a [PREP] notification as a result of some activity on
</table>
<br/>

3. When the [PREP] notification is triggered by a request to create a new resource inside that container (resource) with one of the following [[RFC9110#methods|HTTP methods]]:
3. When the [PREP] notification is triggered on a container, by a request to create a new resource inside that container (resource) with one of the following [[RFC9110#methods|HTTP methods]]:

<table class="numbered">
<caption> Activity Mapping for LDP Containers when contained resources are created
Expand Down

0 comments on commit 7aa4c37

Please sign in to comment.