Skip to content

Commit 18c2cdb

Browse files
committed
Consistency in API doc
1 parent 0a080dc commit 18c2cdb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

public/API.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ <h3 id="update">Update</h3>
594594
<ul>
595595
<li><strong><code class="language-plaintext highlighter-rouge">{JSON}</code></strong>—The requested new
596596
state for the record.</li>
597-
<li><strong>Response Body: <code class="language-plaintext highlighter-rouge">{JSON}</code></strong>—Containing various bits of
597+
<li><strong>Response: <code class="language-plaintext highlighter-rouge">{JSON}</code></strong>—Containing various bits of
598598
information about the PUT update.</li>
599599
</ul>
600600
<p>
@@ -747,7 +747,7 @@ <h3 id="overwrite">Overwrite</h3>
747747
<ul>
748748
<li><strong><code class="language-plaintext highlighter-rouge">{JSON}</code></strong>—The requested new
749749
state for the record.</li>
750-
<li><strong>Response Body: <code class="language-plaintext highlighter-rouge">{JSON}</code></strong>—Containing various bits of
750+
<li><strong>Response: <code class="language-plaintext highlighter-rouge">{JSON}</code></strong>—Containing various bits of
751751
information about the PUT overwrite.</li>
752752
</ul>
753753
<p>
@@ -829,7 +829,7 @@ <h3 id="patch-update">Patch Update</h3>
829829
state for the record. MUST contain an <code class="language-plaintext highlighter-rouge">@id</code>.
830830
In cases where the Linked Data @context property maps '@id' to 'id' either of these properties will be sufficient.
831831
</li>
832-
<li><strong>Response Body: <code class="language-plaintext highlighter-rouge">{JSON}</code></strong>—Containing various bits of
832+
<li><strong>Response: <code class="language-plaintext highlighter-rouge">{JSON}</code></strong>—Containing various bits of
833833
information about the PATCH update.</li>
834834
</ul>
835835
<p>

0 commit comments

Comments
 (0)