API link fix for List Links docs (from v0 to v1)

This commit is contained in:
Pac 2021-04-17 22:56:13 -03:00 committed by fiatjaf
parent 3d489bf2ee
commit ffe39de391

View File

@ -17,7 +17,7 @@
<code>[&lt;pay_link_object&gt;, ...]</code>
<h5 class="text-caption q-mt-sm q-mb-none">Curl example</h5>
<code
>curl -X GET {{ request.url_root }}api/v0/links -H "X-Api-Key: {{
>curl -X GET {{ request.url_root }}api/v1/links -H "X-Api-Key: {{
g.user.wallets[0].inkey }}"
</code>
</q-card-section>