Merge pull request #5574 from mempool/nymkappa/update-doc

update doc
This commit is contained in:
softsimon 2024-10-07 15:44:00 +09:00 committed by GitHub
commit b08b2ce44a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9168,6 +9168,8 @@ export const restApiDocsData = [
<li><code>blockHeight</code>: a block height</a>
<li><code>page</code>: the requested page number if using pagination <i>(min: 1)</i></a>
<li><code>pageLength</code>: the page lenght if using pagination <i>(min: 1, max: 50)</i></a>
<li><code>from</code>: unix timestamp (<i>overrides <code>timeframe</code></i>)</a>
<li><code>to</code>: unix timestamp (<i>overrides <code>timeframe</code></i>)</a>
</ul></p>`
},
urlString: "/v1/services/accelerator/accelerations/history",