Skip to content

Commit

Permalink
fix #340: missing api/query doc parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
skysomorphic committed Jan 17, 2025
1 parent 5124be1 commit a8adc6a
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion client/api-docs/query.html
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,24 @@ <h4 class="mt-4 md-2" id="parameters">Parameters</h4>
</ul>
</div>
</li>
<li class="list-group-item">
<div>
<code>minYear</code><code class="text-muted">: number</code>
<code class="text-muted float-end fw-semibold">default: 2010</code>
</div>
<div>
The oldest year to search for.
</div>
</li>
<li class="list-group-item">
<div>
<code>maxYear</code><code class="text-muted">: number</code>
<code class="text-muted float-end fw-semibold">default: 2024</code>
</div>
<div>
The most recent year to search for.
</div>
</li>
<li class="list-group-item">
<div>
<code>maxReturnLength</code><code class="text-muted">: number</code>
Expand Down Expand Up @@ -428,4 +446,4 @@ <h4 class="mt-4 md-2" id="returns">Returns</h4>
<script type="module" src="/script.js"></script>
</body>

</html>
</html>

0 comments on commit a8adc6a

Please sign in to comment.