~linuxgoose/bocpress

42c43cf231328d4ebcb06e2cd0c1276e197e146a — Jordan Robinson 2 months ago f4d1a27
update API docs
1 files changed, 3 insertions(+), 3 deletions(-)

M main/templates/main/api_docs.html
M main/templates/main/api_docs.html => main/templates/main/api_docs.html +3 -3
@@ 22,10 22,10 @@
    <h2>Notes</h2>
    <ul>
        <li>
            One can <a href="{% url 'api_reset' %}">reset their API key</a>.
            This will invalidate their key and issue a new one.
            Click here to <a href="{% url 'api_reset' %}">reset your API key</a>.
            This will invalidate the current API key and issue a new one.
        </li>
        <li>The API is at <code>https://mataroa.blog/api/</code></li>
        <li>The API is available at <code>https://bocpress.co.uk/api/</code>.</li>
        <li>All API endpoints end with a trailing slash.</li>
        <li>
            <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Type">Content type</a>