Skip to content

Commit

Permalink
docs: added missing response codes
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonzorn committed Jun 22, 2024
1 parent 3725344 commit e4326a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion datanar/templates/api/api_docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ <h3 class="field-label">Responses</h3>
<h4 class="field-label">200</h4>
Successful operation
<a href="#Redirect">Redirect</a>
<h4 class="field-label">400</h4>
Bad request
<a href="#"></a>
<h4 class="field-label">401</h4>
Invalid token supplied
<a href="#"></a>
Expand Down Expand Up @@ -219,7 +222,7 @@ <h3 class="field-label">Produces</h3>
</ul>

<h3 class="field-label">Responses</h3>
<h4 class="field-label">200</h4>
<h4 class="field-label">201</h4>
Successful operation
<a href="#Redirect">Redirect</a>
<h4 class="field-label">400</h4>
Expand Down

0 comments on commit e4326a9

Please sign in to comment.