You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: api/templates/root.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@
94
94
<liclass="list-group-item"><ahref="#branches" class="apiheading">Branches</a> - Returns the list of branches for a database</li>
95
95
<liclass="list-group-item"><ahref="#columns" class="apiheading">Columns</a> - Returns the details of all columns in a table or view</li>
96
96
<liclass="list-group-item"><ahref="#commits" class="apiheading">Commits</a> - Returns the details of all commits for a database</li>
97
-
<liclass="list-group-item"><ahref="#databases" class="apiheading">Databases</a> - Returns the list of databases in the requesting users account</li>
97
+
<liclass="list-group-item"><ahref="#databases" class="apiheading">Databases</a> - Returns the list of databases in the requesting users account<spanstyle="color: #a01e1a; font-style: italic">(updated in version 0.2)</span></li>
98
98
<liclass="list-group-item"><ahref="#delete" class="apiheading">Delete</a> - Deletes a database from the requesting users account</li>
99
99
<liclass="list-group-item"><ahref="#diff" class="apiheading">Diff</a> - Generates a diff between two databases or two versions of a database</li>
100
100
<liclass="list-group-item"><ahref="#download" class="apiheading">Download</a> - Returns the requested SQLite database file</li>
@@ -105,7 +105,7 @@
105
105
<liclass="list-group-item"><ahref="#releases" class="apiheading">Releases</a> - Returns the details of all releases for a database</li>
106
106
<liclass="list-group-item"><ahref="#tables" class="apiheading">Tables</a> - Returns the list of tables in a SQLite database</li>
107
107
<liclass="list-group-item"><ahref="#tags" class="apiheading">Tags</a> - Returns the details of all tags for a database</li>
108
-
<liclass="list-group-item"><ahref="#upload" class="apiheading">Upload</a> - Creates a new database in your account, or adds a new commit to an existing database</li>
108
+
<liclass="list-group-item"><ahref="#upload" class="apiheading">Upload</a> - Creates a new database in your account, or adds a new commit to an existing database<spanstyle="color: #a01e1a; font-style: italic">(updated in version 0.2)</span></li>
109
109
<liclass="list-group-item"><ahref="#views" class="apiheading">Views</a> - Returns the list of views in a SQLite database</li>
110
110
<liclass="list-group-item"><ahref="#webpage" class="apiheading">Webpage</a> - Returns the address of the database in the webUI. eg. for web browsers</li>
0 commit comments