Skip to content

Commit

Permalink
Fix Typo (#1193)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattelacchiato authored Apr 16, 2020
1 parent 67f6fb2 commit dbddd16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/rest-colibri.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ The respective response could look like:
</tr>
<tr>
<td>GET</td>
<td>/colibri/conferences{id}</td>
<td>/colibri/conferences/{id}</td>
<td>
200 OK with a JSON object which represents the conference with the specified <code>id</code>. <br />
For example:
Expand Down Expand Up @@ -112,7 +112,7 @@ The respective response could look like:
</tr>
<tr>
<td>PATCH</td>
<td>/colibri/conferences{id}</td>
<td>/colibri/conferences/{id}</td>
<td>
200 OK with a JSON object which represents the modified conference if the request was with <code>Content-Type: application/json</code> and was a JSON object which represented a conference without <code>id</code> or with the specified <code>id</code> and, optionally, with contents and channels with or without <code>id</code>s.
</td>
Expand Down

0 comments on commit dbddd16

Please sign in to comment.