Skip to content

Commit 0a080dc

Browse files
committed
Consistency in API doc
1 parent 41bba5a commit 0a080dc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

public/API.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,8 +1056,8 @@ <h3 id="rerum-released">RERUM released</h3>
10561056
</thead>
10571057
<tbody>
10581058
<tr>
1059-
<td><code class="language-plaintext highlighter-rouge">/release/:_id</code></td>
1060-
<td><code class="language-plaintext highlighter-rouge">No payload. This will use the _id hash from the PATCH request url.</code></td>
1059+
<td><code class="language-plaintext highlighter-rouge">/release/_id</code></td>
1060+
<td><code class="language-plaintext highlighter-rouge">empty</code></td>
10611061
<td>200 <code class="language-plaintext highlighter-rouge">Location: https://devstore.rerum.io/v1/id/11111</code>
10621062
<code class="language-plaintext highlighter-rouge">{JSON}</code></td>
10631063
</tr>
@@ -1189,8 +1189,8 @@ <h2>Alternate DELETE Pattern</h2>
11891189
</thead>
11901190
<tbody>
11911191
<tr>
1192-
<td><code class="language-plaintext highlighter-rouge">/delete/:_id</code></td>
1193-
<td><code class="language-plaintext highlighter-rouge">No payload. This will use the _id hash from the DELETE request url.</code></td>
1192+
<td><code class="language-plaintext highlighter-rouge">/delete/_id</code></td>
1193+
<td><code class="language-plaintext highlighter-rouge">empty</code></td>
11941194
<td>204</td>
11951195
</tr>
11961196
</tbody>

0 commit comments

Comments
 (0)