Update website

This commit is contained in:
Laurent Cozic
2021-07-01 23:28:31 +01:00
parent 5ee2ffe174
commit 37ff926181
22 changed files with 1664 additions and 298 deletions
+3
View File
@@ -25,6 +25,8 @@ This would be an example of valid cURL call using a token:
In the documentation below, the token will not be specified every time however you will need to include it.
If needed you may also [request the token programmatically](https://github.com/laurent22/joplin/blob/dev/readme/spec/clipper_auth.md)
# Using the API
All the calls, unless noted otherwise, receives and send **JSON data**. For example to create a new note:
@@ -55,6 +57,7 @@ To get the IDs only of all the tags:
curl http://localhost:41184/tags?fields=id
By default API results will contain the following fields: **id**, **parent_id**, **title**
# Pagination
All API calls that return multiple results will be paginated and will return the following structure: