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
SHA: 4a3e2f6
Reason: push, by CxRes

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
CxRes and github-actions[bot] committed May 30, 2024
1 parent f4910cb commit bb6cfda
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions protocol/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta content="Bikeshed version 82ce88815, updated Thu Sep 7 16:33:55 2023 -0700" name="generator">
<link href="https://solid.github.io/solid-prep/protocol" rel="canonical">
<link href="https://solidproject.org/favicon.ico" rel="icon">
<meta content="49a89dd08ef078aa2ce713446c1ea47ad120676d" name="document-revision">
<meta content="4a3e2f6678756ce8b8542e7fdf771f8c4f50ac36" name="document-revision">
<style>
main {
counter-reset: tables;
Expand Down Expand Up @@ -785,11 +785,9 @@ <h2 class="heading settled" data-level="6" id="activity-mapping"><span class="se
<tbody>
<tr>
<td><code> <a href="https://httpwg.org/specs/rfc9110.html#PUT">PUT</a> </code>
<td rowspan="3"><code> <a href="https://w3c.github.io/activitystreams/vocabulary/#dfn-update">as:Update</a> </code>
<td rowspan="2"><code> <a href="https://w3c.github.io/activitystreams/vocabulary/#dfn-update">as:Update</a> </code>
<tr>
<td><code> <a href="https://httpwg.org/specs/rfc5789.html#section-2">PATCH</a> </code>
<tr>
<td><code> <a href="https://httpwg.org/specs/rfc9110.html#POST">POST</a> </code>
<tr>
<td><code> <a href="https://httpwg.org/specs/rfc9110.html#DELETE">DELETE</a> </code>
<td><code> <a href="https://w3c.github.io/activitystreams/vocabulary/#dfn-remove">as:Remove</a> </code>
Expand Down

0 comments on commit bb6cfda

Please sign in to comment.