Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 7b1a6e6

Browse files
committed
api: Make it clearer which functions have been updated in API v0.2
1 parent 6d6579b commit 7b1a6e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/templates/root.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<li class="list-group-item"><a href="#branches" class="apiheading">Branches</a> - Returns the list of branches for a database</li>
9595
<li class="list-group-item"><a href="#columns" class="apiheading">Columns</a> - Returns the details of all columns in a table or view</li>
9696
<li class="list-group-item"><a href="#commits" class="apiheading">Commits</a> - Returns the details of all commits for a database</li>
97-
<li class="list-group-item"><a href="#databases" class="apiheading">Databases</a> - Returns the list of databases in the requesting users account</li>
97+
<li class="list-group-item"><a href="#databases" class="apiheading">Databases</a> - Returns the list of databases in the requesting users account <span style="color: #a01e1a; font-style: italic">(updated in version 0.2)</span></li>
9898
<li class="list-group-item"><a href="#delete" class="apiheading">Delete</a> - Deletes a database from the requesting users account</li>
9999
<li class="list-group-item"><a href="#diff" class="apiheading">Diff</a> - Generates a diff between two databases or two versions of a database</li>
100100
<li class="list-group-item"><a href="#download" class="apiheading">Download</a> - Returns the requested SQLite database file</li>
@@ -105,7 +105,7 @@
105105
<li class="list-group-item"><a href="#releases" class="apiheading">Releases</a> - Returns the details of all releases for a database</li>
106106
<li class="list-group-item"><a href="#tables" class="apiheading">Tables</a> - Returns the list of tables in a SQLite database</li>
107107
<li class="list-group-item"><a href="#tags" class="apiheading">Tags</a> - Returns the details of all tags for a database</li>
108-
<li class="list-group-item"><a href="#upload" class="apiheading">Upload</a> - Creates a new database in your account, or adds a new commit to an existing database</li>
108+
<li class="list-group-item"><a href="#upload" class="apiheading">Upload</a> - Creates a new database in your account, or adds a new commit to an existing database <span style="color: #a01e1a; font-style: italic">(updated in version 0.2)</span></li>
109109
<li class="list-group-item"><a href="#views" class="apiheading">Views</a> - Returns the list of views in a SQLite database</li>
110110
<li class="list-group-item"><a href="#webpage" class="apiheading">Webpage</a> - Returns the address of the database in the webUI. eg. for web browsers</li>
111111
</ul>

0 commit comments

Comments
 (0)